chore(deps): update github actions#662
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Owner
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
==========================================
- Coverage 49.76% 49.72% -0.05%
==========================================
Files 164 164
Lines 36496 36496
==========================================
- Hits 18164 18148 -16
- Misses 18332 18348 +16
|
9640f56 to
ef55aa8
Compare
2f21bda to
5c233a8
Compare
ada05ab to
8d6d36d
Compare
b71df0a to
a88839a
Compare
a88839a to
c7e1684
Compare
c7e1684 to
27f1dc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.0→v4.1.1v6.0.2→v6.0.3v6.4.0→v6.5.0v8.1.0→v8.3.2v7.1.0→v7.3.0v4.1.0→v4.4.0v6.0.0→v6.2.0v4.0.0→v4.2.0v4.0.0→v4.2.0v4.35.4→v4.37.0v4.0.1→v4.2.0v2.65.2→v2.83.2Release Notes
actions/attest-build-provenance (actions/attest-build-provenance)
v4.1.1Compare Source
What's Changed
Full Changelog: actions/attest-build-provenance@v4.1.0...v4.1.1
actions/checkout (actions/checkout)
v6.0.3Compare Source
actions/setup-go (actions/setup-go)
v6.5.0Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
v8.2.0: 🌈 New inputsquietanddownload-from-astral-mirrorCompare Source
Changes
This release brings two new inputs and a few bug fixes.
New inputs
Lets talk about the new inputs first.
quiet
Pretty simple. It turns of all
infologgings. Useful if you use this in a composite action and are not interested in all the details.In the upcoming releases we will add log groups to fully implement support for "less noise"
download-from-astral-mirror
In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting
download-from-astral-mirror: falseallows you to do that.Bugfixes
When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.
We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.
🐛 Bug fixes
🚀 Enhancements
download-from-astral-mirrorinput @eifinger (#897)🧰 Maintenance
⬆️ Dependency updates
docker/build-push-action (docker/build-push-action)
v7.3.0Compare Source
v7.2.0Compare Source
Full Changelog: docker/build-push-action@v7.1.0...v7.2.0
docker/login-action (docker/login-action)
v4.4.0Compare Source
v4.3.0Compare Source
Full Changelog: docker/login-action@v4.2.0...v4.3.0
v4.2.0Compare Source
Full Changelog: docker/login-action@v4.1.0...v4.2.0
docker/metadata-action (docker/metadata-action)
v6.2.0Compare Source
v6.1.0Compare Source
Full Changelog: docker/metadata-action@v6.0.0...v6.1.0
docker/setup-buildx-action (docker/setup-buildx-action)
v4.2.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0
v4.1.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0
docker/setup-qemu-action (docker/setup-qemu-action)
v4.2.0Compare Source
v4.1.0Compare Source
resetinput to uninstall current emulators by @crazy-max in #21Full Changelog: docker/setup-qemu-action@v4.0.0...v4.1.0
github/codeql-action (github/codeql-action)
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@​ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973v4.36.3Compare Source
No user facing changes.
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
v4.36.0Compare Source
v4.35.5Compare Source
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892jdx/mise-action (jdx/mise-action)
v4.2.0: : Bootstrap mode & wget fallbackCompare Source
This release adds an opt-in bootstrap mode for projects that use
mise bootstrap, and makes the action work on runner images that shipwgetbut notcurl.Added
Bootstrap mode (#522) by @jdx
Three new inputs let the action drive
mise bootstrapinstead ofmise install:bootstrap: true, the action runsmise bootstrapunder the existinginstallgate and setsMISE_EXPERIMENTAL=1automatically.mise --locked bootstrap, matching the auto-lock behavior introduced formise installin v4.1.0.install_argscannot be combined withbootstrap: true— the action fails fast and tells you to usebootstrap_skip/bootstrap_argsinstead, because full bootstrap doesn't support partial tool install args.{{bootstrap_hash}}template variable is included in the default cache key (and available in customcache_keytemplates) so bootstrap and non-bootstrap configurations don't share caches.bootstrap_skiprelies onmise bootstrap --skipfrom jdx/mise#10497, so make sure you're on a recent mise version if you use it.Fixed
wgetwhencurlis unavailable (#521) by @risu729 — The action used to hard-codecurlfor fetching the mise binary, tar/zip archives, and the latestVERSIONlookup, which broke on minimal runner images that only shipwget. It now preferscurland transparently falls back towget, preserving the streamingdownload | tarfast path for.tar.gzand.tar.zstinstalls on Linux/macOS. Proxy support is unchanged — both tools honorHTTP_PROXY/HTTPS_PROXY. Addresses jdx/mise#10488.Documentation
Full Changelog: jdx/mise-action@v4.1.0...v4.2.0
v4.1.0: : automatic --locked installsCompare Source
This release adds automatic locked installs when a
mise.lockis present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.Added
Automatic
--lockedinstall whenmise.lockexists (#495) by @zeitlingerWhen a repo contains
mise.lock, the action now automatically passes--lockedtomise install(on mise versions that support it). This removes the need to manually setinstall_args: --lockedand preventsmise installfrom silently mutating the lockfile in CI. Explicitinstall_argsand older mise versions are still respected.Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating
mise.lockmid-run — this surfaces lockfile drift rather than hiding it.Fixed
macos15,ubuntu24for GitHub-hosted runners;self-hostedotherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's~/.local/share/mise/installs/*, causing failures likedoes not have an executable named '…'or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.mise-shim.exemissing on Windows (#476) by @risu729 — the action now installsmise-shim.exealongsidemise.exeand repairs restored caches that lack the shim. Fixes #475.Changed
Full Changelog: jdx/mise-action@v4.0.1...v4.1.0
taiki-e/install-action (taiki-e/install-action)
v2.83.2: 2.83.2Compare Source
Update
parse-dockerfile@latestto 0.1.8.Update
mise@latestto 2026.7.5.Update
just@latestto 1.56.0.Update
gungraun-runner@latestto 0.19.4.Update
cargo-neat@latestto 0.4.1.v2.83.1: 2.83.1Compare Source
Update
rclone@latestto 1.74.4.Update
mise@latestto 2026.7.4.Update
cargo-deny@latestto 0.20.2.v2.83.0: 2.83.0Compare Source
Support
cargo-about. (#1924, thanks @ruffsl)Update
uv@latestto 0.11.28.Update
martin@latestto 1.12.0.Update
kingfisher@latestto 1.106.0.Update
biome@latestto 2.5.3.v2.82.11: 2.82.11Compare Source
Update
wasm-tools@latestto 1.253.0.Update
uv@latestto 0.11.27.Update
mise@latestto 2026.7.2.Update
mdbook@latestto 0.5.4.v2.82.10: 2.82.10Compare Source
Update
tombi@latestto 1.2.0.Update
cargo-nextest@latestto 0.9.140.v2.82.9: 2.82.9Compare Source
Update
vacuum@latestto 0.29.9.Update
prek@latestto 0.4.8.Update
cargo-tarpaulin@latestto 0.37.0.Update
cargo-leptos@latestto 0.3.7.v2.82.8: 2.82.8Compare Source
Update
vacuum@latestto 0.29.8.Update
uv@latestto 0.11.26.Update
typos@latestto 1.48.0.Update
trivy@latestto 0.72.0.Update
tombi@latestto 1.1.7.Update
prek@latestto 0.4.6.Update
mise@latestto 2026.7.0.Update
just@latestto 1.55.1.Update
biome@latestto 2.5.2.v2.82.7: 2.82.7Compare Source
Update
tombi@latestto 1.1.6.Update
kingfisher@latestto 1.105.0.Update
gungraun-runner@latestto 0.19.3.Update
editorconfig-checker@latestto 3.8.0.Update
dprint@latestto 0.55.1.Update
cargo-tarpaulin@latestto 0.36.0.v2.82.6: 2.82.6Compare Source
Update
vacuum@latestto 0.29.7.Update
uv@latestto 0.11.25.Update
syft@latestto 1.46.0.Update
dprint@latestto 0.55.0.Update
cargo-auditable@latestto 0.7.5.v2.82.5: 2.82.5Compare Source
Update
wasmtime@latestto 46.0.1.Update
wasm-bindgen@latestto 0.2.126.Update
vacuum@latestto 0.29.6.Update
mise@latestto 2026.6.14.Update
cargo-rdme@latestto 2.1.0.v2.82.4: 2.82.4Compare Source
Update
uv@latestto 0.11.24.Update
mise@latestto 2026.6.13.Update
just@latestto 1.54.0.Update
biome@latestto 2.5.1.v2.82.3: 2.82.3Compare Source
Update
zizmor@latestto 1.26.1.Update
wasmtime@latestto 46.0.0.Update
tombi@latestto 1.1.5.Update
mise@latestto 2026.6.12.Update
kingfisher@latestto 1.104.0.Update
cargo-tarpaulin@latestto 0.35.5.Update
cargo-nextest@latestto 0.9.138.Update
cargo-crap@latestto 0.3.0.Update
cargo-binstall@latestto 1.20.1.Update
cargo-rdme@latestto 2.0.1.v2.82.2: 2.82.2Compare Source
Update
xh@latestto 0.26.1.Update
uv@latestto 0.11.23.Update
trivy@latestto 0.71.2.Update
sccache@latestto 0.16.0.v2.82.1: 2.82.1Compare Source
Update
vacuum@latestto 0.29.4.Update
uv@latestto 0.11.22.Update
osv-scanner@latestto 2.4.0.Update
mise@latestto 2026.6.11.Update
martin@latestto 1.11.0.Update
just@latestto 1.53.0.Update
cargo-zigbuild@latestto 0.23.0.v2.82.0: 2.82.0Compare Source
Support
cargo-vet. (#1908, thanks @jakewimmer)Support
cargo-crap. (#1905, thanks @BartoszCiesla)Support
cargo-leptos. (#1903, thanks @404Simon)Update
kingfisher@latestto 1.103.0.Update
cargo-xwin@latestto 0.23.0.Update
wasmtime@latestto 45.0.2.Update
cargo-deny@latestto 0.19.9.Update
prek@latestto 0.4.5.Update
trivy@latestto 0.71.1.Update
mise@latestto 2026.6.10.v2.81.11: 2.81.11Compare Source
Update
wasm-tools@latestto 1.252.0.Update
wasm-bindgen@latestto 0.2.125.Update
uv@latestto 0.11.21.Update
protoc@latestto 3.35.1.Update
mise@latestto 2026.6.9.Update
jaq@latestto 3.1.0.Update
cargo-insta@latestto 1.48.0.Update
biome@latestto 2.5.0.v2.81.10: 2.81.10Compare Source
Update
tombi@latestto 1.1.3.Update
release-plz@latestto 0.3.159.Update
cosign@latestto 3.1.1.v2.81.9: 2.81.9Compare Source
Update
wasm-bindgen@latestto 0.2.123.Update
tombi@latestto 1.1.2.Update
parse-changelog@latestto 0.6.17.Update
just@latestto 1.52.0.Update
gungraun-runner@latestto 0.19.2.Update
cargo-binstall@latestto 1.20.0.v2.81.8: 2.81.8Compare Source
Update
vacuum@latestto 0.29.2.Update
parse-dockerfile@latestto 0.1.7.Update
mise@latestto 2026.6.1.Update
cargo-shear@latestto 1.13.1.v2.81.7: 2.81.7Compare Source
Update
wasmtime@latestto 45.0.1.Update
vacuum@latestto 0.29.1.Update
syft@latestto 1.45.1.Update
rclone@latestto 1.74.3.Update
cargo-audit@latestto 0.22.2.v2.81.6: 2.81.6Compare Source
Update
prek@latestto 0.4.4.Update
cargo-shear@latestto 1.13.0.v2.81.5: 2.81.5Compare Source
Update
vacuum@latestto 0.29.0.Update
uv@latestto 0.11.19.Update
typos@latestto 1.47.2.Update
mise@latestto 2026.6.0.v2.81.4: 2.81.4Compare Source
Update
vacuum@latestto 0.28.4.Update
typos@latestto 1.47.1.Update
syft@latestto 1.45.0.Update
cargo-neat@latestto 0.4.0.Update
cargo-mutants@latestto 27.1.0.v2.81.3: 2.81.3Compare Source
Update
vacuum@latestto 0.28.3.Update
uv@latestto 0.11.18.Update
trivy@latestto 0.71.0.v2.81.2: 2.81.2Compare Source
Update
mise@latestto 2026.5.18.Update
cargo-semver-checks@latestto 0.48.0.v2.81.1: 2.81.1Compare Source
Update
cargo-no-dev-deps@latestto 0.2.24.Update
cargo-hack@latestto 0.6.45.v2.81.0: 2.81.0Compare Source
Support
convco. (#1831, thanks @graelo)Support
docgarden(#1830, thanks @jesse-black)Update
vacuum@latestto 0.28.0.Update
cargo-binstall@latestto 1.19.1.v2.80.0: 2.80.0Compare Source
kingfisher. (#1874, thanks @SAY-5)v2.79.15: 2.79.15Compare Source
Update
typos@latestto 1.47.0.Update
wasm-tools@latestto 1.251.0.Update
vacuum@latestto 0.27.2.Update
uv@latestto 0.11.17.Update
tombi@latestto 1.1.1.Update
mise@latestto 2026.5.16.v2.79.14: 2.79.14Compare Source
Update
vacuum@latestto 0.27.0.Update
cargo-deny@latestto 0.19.8.v2.79.13: 2.79.13Compare Source
Update
gungraun-runner@latestto 0.19.1.Update
biome@latestto 2.4.16.v2.79.12: 2.79.12Compare Source
Update
prek@latestto 0.4.3.Remove uses of crates.io API, which potentially cases 403 error.
v2.79.11: 2.79.11Compare Source
Update
vacuum@latestto 0.26.8.Update
cargo-nextest@latestto 0.9.137.v2.79.10: 2.79.10Compare Source
Update
tombi@latestto 1.1.0.Update
prek@latestto 0.4.2.Update
editorconfig-checker@latestto 3.7.0.v2.79.9: 2.79.9Compare Source
Update
vacuum@latestto 0.26.7.Update
tombi@latestto 1.0.0.v2.79.8: 2.79.8Compare Source
Update
parse-dockerfile@latestto 0.1.6.Update
knope@latestto 0.23.0.v2.79.7: 2.79.7Compare Source
Update
typos@latestto 1.46.3.Update
rclone@latestto 1.74.2.Update
mise@latestto 2026.5.15.Update
tombi@latestto 0.11.7.v2.79.6: 2.79.6Compare Source
Update
wasm-bindgen@latestto 0.2.122.Update
mise@latestto 2026.5.14.Update
cargo-deny@latestto 0.19.7.Update
vacuum@latestto 0.26.6.v2.79.5: 2.79.5Compare Source
Update
jaq@latestto 3.0.0. (#1861, thanks @MusicalNinjaDad)Update
wasmtime@latestto 45.0.0.Update
wasm-tools@latestto 1.250.0.Update
tombi@latestto 0.11.6.Update
mise@latestto 2026.5.13.v2.79.4: 2.79.4Compare Source
Update
martin@latestto 1.10.1.Update
prek@latestto 0.4.1.Update
protoc@latestto 3.35.0.Update
mdbook@latestto 0.5.3.v2.79.3: 2.79.3Compare Source
Update
mise@latestto 2026.5.12.Update
martin@latestto 1.10.0.Update
uv@latestto 0.11.15.v2.79.2: 2.79.2Compare Source
Update
mise@latestto 2026.5.11.Update
vacuum@latestto 0.26.5.Update
cargo-shear@latestto 1.12.4.v2.79.1: 2.79.1Compare Source
Update
tombi@latestto 0.11.5.Update
cargo-nextest@latestto 0.9.136.Update
typos@latestto 1.46.2.Update
mise@latestto 2026.5.10.v2.79.0: 2.79.0Compare Source
Support more host architectures. (#1841, thanks @Gelbpunkt)
Deprecate
mdbook-alertsbecause the feature now included inmdbookand the repository has been archived. (#1844)Deprecate
iai-callgrind-runnerbecause it has been renamed togungraun-runner.gungraun-runneris also supported by this action. (#1844)v2.78.3: 2.78.3Compare Source
Update
zizmor@latestto 1.25.2.Update
cargo-zigbuild@latestto 0.22.3. (#1814, thanks @simonhollingshead)Update
wasm-tools@latestto 1.249.0.Update
gungraun-runner@latestto 0.19.0.v2.78.2: 2.78.2Compare Source
Update
wasm-pack@latestto 0.15.0.Update
zizmor@latestto 1.25.0.Update
mise@latestto 2026.5.9.Update
cargo-nextest@latestto 0.9.135.Update
cyclonedx@latestto 0.32.0.Update
prek@latestto 0.4.0.v2.78.1: 2.78.1Compare Source
Update
mise@latestto 2026.5.7.Diagnostic improvements.
v2.78.0: 2.78.0Compare Source
Support
cargo-mutants. (#1812, thanks @jakewimmer)Update
covgate@latestto 0.2.0.Update
cargo-llvm-cov@latestto 0.8.7.Update
uv@latestto 0.11.14.Update
martin@latestto 1.9.1.Update
tombi@latestto 0.11.4.v2.77.7: 2.77.7Compare Source
Update
mise@latestto 2026.5.6.Update
cargo-deny@latestto 0.19.6.v2.77.6: 2.77.6Compare Source
Fix
wasm-packinstallation failure.Update
mise@latestto 2026.5.5.Update
release-plz@latestto 0.3.158.Update
just@latestto 1.51.0.v2.77.5: 2.77.5Compare Source
Update
biome@latestto 2.4.15.Update
mise@latestto 2026.5.4.Update
cargo-deny@latestto 0.19.5.v2.77.4: 2.77.4Compare Source
Update
tombi@latestto 0.11.1.Update
cargo-llvm-cov@latestto 0.8.6.Update
uv@latestto 0.11.12.v2.77.3: 2.77.3Compare Source
Update
typos@latestto 1.46.1.Update
rclone@latestto 1.74.1.Update
tombi@latestto 0.11.0.Update
osv-scanner@latestto 2.3.8.Update
mise@latestto 2026.5.3.[
v2.77.2](Configuration
📅 Schedule: (in timezone America/Sao_Paulo)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.