Open
Conversation
5048132 to
3d2a184
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:
v6.0.1→v6.0.2v7.0.0→v8.0.1v6.0.0→v7.0.0v1.0.29→v1.0.73v7.2.0→v7.6.0v5.3.0→v6.0.0v6.18.0→v7.0.0v3.6.0→v4.0.0v5.10.0→v6.0.0v3.12.0→v4.0.0v3.7.0→v4.0.0v4.7.0→v4.7.1v4.2→v4.3v2.1.1→v3.0.1Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0Compare Source
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter tofalse.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
actions/upload-artifact (actions/upload-artifact)
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.73Compare Source
v1.0.72Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.72
v1.0.71Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.71
v1.0.70Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.70
v1.0.69Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.69
v1.0.68Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.68
v1.0.67Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.67
v1.0.66Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.66
v1.0.65Compare Source
What's Changed
display_reportoption to false to restrict exposed data by @ddworken in #992Full Changelog: anthropics/claude-code-action@v1...v1.0.65
v1.0.64Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.64
v1.0.63Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.63
v1.0.62Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.62
v1.0.61Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.61
v1.0.60Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.60
v1.0.59Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.59
v1.0.58Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.58
v1.0.57Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.57
v1.0.56Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.56
v1.0.55Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.55
v1.0.54Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.54
v1.0.53Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.53
v1.0.52Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.52
v1.0.51Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.51
v1.0.50Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.50
v1.0.49Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.49
v1.0.48Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.48
v1.0.47Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.47
v1.0.46Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.46
v1.0.45Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.45
v1.0.44Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.44
v1.0.43Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.43
v1.0.42Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.42
v1.0.41Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.41
v1.0.40Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.40
v1.0.39Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.39
v1.0.38Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.38
v1.0.37Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.37
v1.0.36Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.36
v1.0.35Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.35
v1.0.34Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.34
v1.0.33Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.33
v1.0.32Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.32
v1.0.31Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.31
v1.0.30Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.30
astral-sh/setup-uv (astral-sh/setup-uv)
v7.6.0: 🌈 Fetch uv from Astral's mirror by defaultCompare Source
Changes
We now default to download uv from
releases.astral.sh.This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more.
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
v7.5.0: 🌈 Use `astral-sh/versions` as version providerCompare Source
No more rate-limits
This release addresses a long-standing source of timeouts and rate-limit failures in setup-uv.
Previously, the action resolved version identifiers like 0.5.x by iterating over available uv releases via the GitHub API to find the best match. In contrast, latest and exact versions such as 0.5.0 skipped version resolution entirely and downloaded uv directly.
The
manifest-fileinput was an earlier attempt to improve this. It allows providing an url to a file that lists available versions, checksums, and even custom download URLs. The action also shipped with such a manifest.However, because that bundled file could become outdated whenever new uv releases were published, the action still had to fall back to the GitHub API in many cases.
This release solves the problem by sourcing version data from Astral’s versions repository via the raw content endpoint:
https://raw.githubusercontent.com/astral-sh/versions/refs/heads/main/v1/uv.ndjson
By using the raw endpoint instead of the GitHub API, version resolution no longer depends on API authentication and is much less likely to run into rate limits or timeouts.
The
manifest-fileinput lets you override that source with your own URL, for example to test custom uv builds or alternate download locations.The manifest file must be in NDJSON format, where each line is a JSON object representing a version and its artifacts. For example:
{"version":"0.10.7","artifacts":[{"platform":"x86_64-unknown-linux-gnu","variant":"default","url":"https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz","archive_format":"tar.gz","sha256":"..."}]} {"version":"0.10.6","artifacts":[{"platform":"x86_64-unknown-linux-gnu","variant":"default","url":"https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz","archive_format":"tar.gz","sha256":"..."}]}Changes
🚀 Enhancements
📚 Documentation
v7.4.0: 🌈 Add riscv64 architecture support to platform detectionCompare Source
Changes
Thank you @luhenry for adding support for riscv64 arch
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
v7.3.1: 🌈 fall back to VERSION_CODENAME when VERSION_ID is not availableCompare Source
Changes
This release adds support for running in containers like
debian:testingordebian:unstable🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
v7.3.0: 🌈 New features and bug fixes for activate-environmentCompare Source
Changes
This release contains a few bug fixes and a new feature for the activate-environment functionality.
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v7.2.1: 🌈 update known checksums up to 0.9.28Compare Source
Changes
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)
v6.0.0Compare Source
Full Changelog: crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0
docker/build-push-action (docker/build-push-action)
v7.0.0Compare Source
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in #1473Full Changelog: docker/build-push-action@v6.19.2...v7.0.0
v6.19.2Compare Source
GIT_AUTH_TOKENhost by @crazy-max in #1458Full Changelog: docker/build-push-action@v6.19.1...v6.19.2
v6.19.1Compare Source
GIT_AUTH_TOKENhost from GitHub server URL by @crazy-max in #1456Full Changelog: docker/build-push-action@v6.19.0...v6.19.1
v6.19.0Compare Source
github.comby @crazy-max in #1451Full Changelog: docker/build-push-action@v6.18.0...v6.19.0
docker/login-action (docker/login-action)
v4.0.0Compare Source
Full Changelog: docker/login-action@v3.7.0...v4.0.0
v3.7.0Compare Source
scopeinput to set scopes for the authentication token by @crazy-max in #912registry-authinput by @crazy-max in #911Full Changelog: docker/login-action@v3.6.0...v3.7.0
docker/metadata-action (docker/metadata-action)
v6.0.0Compare Source
#inside values while still supporting full-line#comments by @crazy-max in #607Full Changelog: docker/metadata-action@v5.10.0...v6.0.0
docker/setup-buildx-action (docker/setup-buildx-action)
v4.0.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0
docker/setup-qemu-acti
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.