Update all non-major dependencies#18
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 8, 2026 02:16
eda1f2a to
73ec448
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 15, 2026 02:27
73ec448 to
43360c0
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 6, 2026 01:16
43360c0 to
7b2419a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 02:01
7b2419a to
cb23df1
Compare
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | actions/attest | v4.1.0 | v4.2.0 | | github-tags | actions/cache | v5.0.5 | v5.1.0 | | github-tags | actions/checkout | v6.0.2 | v6.0.3 | | github-tags | actions/setup-go | v6.4.0 | v6.5.0 | | github-tags | actions/setup-node | v6.4.0 | v6.5.0 | | github-tags | astral-sh/setup-uv | v8.1.0 | v8.3.2 | | github-tags | codecov/codecov-action | v6.0.0 | v6.0.2 | | github-tags | docker/build-push-action | v7.1.0 | v7.3.0 | | github-tags | docker/login-action | v4.1.0 | v4.4.0 | | github-tags | docker/metadata-action | v6.0.0 | v6.2.0 | | github-tags | docker/setup-buildx-action | v4.0.0 | v4.2.0 | | github-tags | pnpm/action-setup | v6.0.6 | v6.0.9 | | github-tags | rharkor/caching-for-turbo | v2.3.14 | v2.5.0 | | github-tags | zizmorcore/zizmor-action | v0.5.3 | v0.6.0 | | github-tags | zizmorcore/zizmor-pre-commit | v1.24.1 | v1.27.0 |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 27, 2026 00:52
cb23df1 to
194e2c3
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.2.0v5.0.5→v5.1.0v6.0.2→v6.0.3v6.1.0v6.4.0→v6.5.0v6.4.0→v6.5.0v8.1.0→v8.3.2v6→v6.0.2v7.1.0→v7.3.0v4.1.0→v4.4.0v4.5.1(+1)v6→v6.2.0v4→v4.2.0v6.0.6→v6.0.9v2.3.14→v2.5.0v2.5.1v0.5.3→v0.6.0v0.6.1v1.24.1→v1.27.0v1.28.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
actions/attest (actions/attest)
v4.2.0Compare Source
What's Changed
Full Changelog: actions/attest@v4.1.1...v4.2.0
v4.1.1Compare Source
What's Changed
Full Changelog: actions/attest@v4.1.0...v4.1.1
actions/cache (actions/cache)
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
actions/setup-go (actions/setup-go)
v6.5.0Compare Source
actions/setup-node (actions/setup-node)
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
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
codecov/codecov-action (codecov/codecov-action)
v6.0.2Compare Source
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
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
pnpm/action-setup (pnpm/action-setup)
v6.0.9Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6...v6.0.9
v6.0.8Compare Source
What's Changed
cache_dependency_pathtype by @haines in #257New Contributors
Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8
v6.0.7Compare Source
What's Changed
New Contributors
Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7
rharkor/caching-for-turbo (rharkor/caching-for-turbo)
v2.5.0Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactors
v2.4.2Compare Source
Miscellaneous Chores
CI/CD
v2.4.1Compare Source
Bug Fixes
Miscellaneous Chores
v2.4.0Compare Source
Features
Bug Fixes
Miscellaneous Chores
Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.