chore(deps): update all dependencies - #424
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
14 times, most recently
from
April 8, 2026 18:15
d82a832 to
5a24a90
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
11 times, most recently
from
April 12, 2026 04:44
bcade1b to
158c7ba
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
11 times, most recently
from
April 24, 2026 19:46
ec16545 to
62910ee
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
10 times, most recently
from
May 2, 2026 04:58
7713406 to
04b11e8
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
7 times, most recently
from
May 6, 2026 12:41
66c520d to
fa6b3f8
Compare
Contributor
Author
|
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→v7v6→v7bbbca2d→043fb462.20.5→2.21.4v1.1.0→v1.1.296828a1→b2b0657v7→v10.0.1v10.1.00.11.2→0.12.120.12.13v2.4.9→v2.5.12v2.5.13v6→v77.13.5→7.16.03.1.47→3.1.621648a78→c2a87611.20.2→2.3.12026.4.10→2026.8.1726.2→26.326.2→26.326.1→26.2.126.1→26.2.12.35.1→4.2.51.11.1→1.17.20.3.10→0.5.29.0.3→9.1.15.2.3→5.3.005ac938→b5b5b37139054a→34d80670.15.12→0.16.60.16.782.0.1→84.0.082.0.1→84.0.082.0.1→84.0.0v2→v30.9.24→1.5.44.53.0→4.61.46.2.0→7.0.00.25.0→0.27.24.15.0→4.16.00.11.7→0.12.120.12.13>=0.11.2,<0.12.0→>=0.12.12,<0.13.00.12.130.0.36→0.0.600.0.61Note: 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/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
ansible/actions (ansible/actions)
v1.1.2Compare Source
Fixes
Maintenance
v1.1.1Compare Source
Fixes
Maintenance
astral-sh/setup-uv (astral-sh/setup-uv)
v10.0.1: 🌈 Tolerate transient manifest timeoutsCompare Source
Changes
Thank you @arguile- for making this action more resilient.
🐛 Bug fixes
🧰 Maintenance
📚 Documentation
v10.0.0: 🌈 Disable automatic caching for sensitive events and new QOL featuresCompare Source
Changes
Another breaking release, directly after v9.0.0 but we think the added security justifies that.
Extra security by default
If you use the default
enable-cache: autothis will now DISABLE THE CACHE to protect against cache poisoning for the following events:pull_request_targetworkflow_runreleaseYou can read the full reasoning in #984
version: latest-knownThis will now install the latest version with a checksum that is known by this action. The known
uvchecksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.Read python version from
.tool-versionsWill now also set the python version if it is defined in
.tool-versions. You can read the details in the docs🚨 Breaking changes
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v9.0.0Compare Source
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
v8.1.0: 🌈 New inputno-projectCompare Source
Changes
This add the a new boolean input
no-project.It only makes sense to use in combination with
activate-environment: trueand will append--no projectto theuv venvcall. This is for example useful if you have a pyproject.toml file with parts unparseable by uv🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v8.0.0: 🌈 Immutable releases and secure tagsCompare Source
This is the first immutable release of
setup-uv🥳All future releases are also immutable, if you want to know more about what this means checkout the docs.
This release also has two breaking changes
New format for
manifest-fileThe previously deprecated way of defining a custom version manifest to control which
uvversions are available and where to download them from got removed. The functionality is still there but you have to use the new format.No more major and minor tags
To increase security even more we will stop publishing minor tags. You won't be able to use
@v8or@v8.0any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.🚨 Breaking changes
🧰 Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.12.12Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.12
v0.12.11Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.11
v0.12.10Compare Source
v0.12.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.9
v0.12.8Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.8
v0.12.7Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.7
v0.12.6Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.6
v0.12.5Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.5
v0.12.4Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.4
v0.12.3Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.3
v0.12.2Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.2
v0.12.1Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.1
v0.12.0Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.0
v0.11.33Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.33
v0.11.32Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.32
v0.11.31Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.31
v0.11.30Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.30
v0.11.29Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.29
v0.11.28Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.28
v0.11.27Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.27
v0.11.26Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.26
v0.11.25Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.25
v0.11.24Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.24
v0.11.23Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.23
v0.11.22Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.22
v0.11.21Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.21
v0.11.20Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.20
v0.11.19Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.19
v0.11.18Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.18
v0.11.17Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.17
v0.11.16Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.16
v0.11.15Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.15
v0.11.14Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.14
v0.11.13Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.13
v0.11.12Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.12
v0.11.11Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.11
v0.11.10Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.10
v0.11.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.9
v0.11.8Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.8
v0.11.7Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.7
v0.11.6Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.6
v0.11.5Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.5
v0.11.4Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.4
v0.11.3Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.3
biomejs/pre-commit (biomejs/pre-commit)
v2.5.12Compare Source
v2.5.11Compare Source
v2.5.10Compare Source
v2.5.9Compare Source
v2.5.8Compare Source
v2.5.7Compare Source
v2.5.6Compare Source
v2.5.5Compare Source
v2.5.4Compare Source
v2.5.3Compare Source
v2.5.2Compare Source
v2.5.1Compare Source
v2.5.0Compare Source
v2.4.16Compare Source
v2.4.15Compare Source
v2.4.14Compare Source
v2.4.13Compare Source
v2.4.12Compare Source
v2.4.11Compare Source
v2.4.10Compare Source
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed