Skip to content

build(deps): bump astral-sh/setup-uv from 6 to 7#3301

Open
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot-github_actions-astral-sh-setup-uv-7
Open

build(deps): bump astral-sh/setup-uv from 6 to 7#3301
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot-github_actions-astral-sh-setup-uv-7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2025

Bumps astral-sh/setup-uv from 6 to 7.

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.2.1 🌈 update known checksums up to 0.9.28

Changes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v7.0.0 🌈 node24 and a lot of bugfixes

Changes

This release comes with a load of bug fixes and a speed up. Because of switching from node20 to node24 it is also a breaking change. If you are running on GitHub hosted runners this will just work, if you are using self-hosted runners make sure, that your runners are up to date. If you followed the normal installation instructions your self-hosted runner will keep itself updated.

This release also removes the deprecated input server-url which was used to download uv releases from a different server. The manifest-file input supersedes that functionality by adding a flexible way to define available versions and where they should be downloaded from.

Fixes

  • The action now respects when the environment variable UV_CACHE_DIR is already set and does not overwrite it. It now also finds cache-dir settings in config files if you set them.
  • Some users encountered problems that cache pruning took forever because they had some uv processes running in the background. Starting with uv version 0.8.24 this action uses uv cache prune --ci --force to ignore the running processes
  • If you just want to install uv but not have it available in path, this action now respects UV_NO_MODIFY_PATH
  • Some other actions also set the env var UV_CACHE_DIR. This action can now deal with that but as this could lead to unwanted behavior in some edgecases a warning is now displayed.

Improvements

If you are using minimum version specifiers for the version of uv to install for example

[tool.uv]
required-version = ">=0.8.17"

This action now detects that and directly uses the latest version. Previously it would download all available releases from the uv repo to determine the highest matching candidate for the version specifier, which took much more time.

If you are using other specifiers like 0.8.x this action still needs to download all available releases because the specifier defines an upper bound (not 0.9.0 or later) and "latest" would possibly not satisfy that.

🚨 Breaking changes

... (truncated)

Commits
  • 37802ad Fetch uv from Astral's mirror by default (#809)
  • 9f00d18 chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#808)
  • fd8f376 Switch to ESM for source and test, use CommonJS for dist (#806)
  • f9070de Bump deps (#805)
  • cadb67b chore: update known checksums for 0.10.10 (#804)
  • e06108d Use astral-sh/versions as primary version provider (#802)
  • 0f6ec07 docs: replace copilot instructions with AGENTS.md (#794)
  • 821e5c9 docs: add cross-client dependabot rollup skill (#793)
  • 6ee6290 chore(deps): bump versions (#792)
  • 9f332a1 Add riscv64 architecture support to platform detection (#791)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the test / CI testing or CI label Nov 1, 2025
@Borda Borda enabled auto-merge (squash) November 10, 2025 07:53
@rittik9 rittik9 force-pushed the dependabot-github_actions-astral-sh-setup-uv-7 branch from 075bbe6 to fa2f082 Compare January 26, 2026 16:16
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37%. Comparing base (adc03fb) to head (94907e2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #3301   +/-   ##
======================================
  Coverage      37%     37%           
======================================
  Files         349     349           
  Lines       19901   19901           
======================================
  Hits         7264    7264           
  Misses      12637   12637           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify Bot added the ready label Jan 26, 2026
@bhimrazy
Copy link
Copy Markdown
Collaborator

bhimrazy commented Apr 9, 2026

Closing for recreation.

@bhimrazy bhimrazy closed this Apr 9, 2026
auto-merge was automatically disabled April 9, 2026 14:44

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot-github_actions-astral-sh-setup-uv-7 branch April 9, 2026 14:44
@Borda
Copy link
Copy Markdown
Collaborator

Borda commented Apr 9, 2026

Closing for recreation.

This action will not recreate it as you can see from the reply...

@bhimrazy bhimrazy restored the dependabot-github_actions-astral-sh-setup-uv-7 branch April 9, 2026 15:21
@bhimrazy bhimrazy reopened this Apr 9, 2026
@bhimrazy
Copy link
Copy Markdown
Collaborator

bhimrazy commented Apr 9, 2026

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot-github_actions-astral-sh-setup-uv-7 branch from 310e856 to 1a7ce16 Compare April 9, 2026 15:22
@Borda
Copy link
Copy Markdown
Collaborator

Borda commented Apr 10, 2026

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 075bbe6.
@dependabot dependabot Bot force-pushed the dependabot-github_actions-astral-sh-setup-uv-7 branch from 70f90d3 to b118328 Compare April 10, 2026 07:17
@Borda Borda enabled auto-merge (squash) April 21, 2026 08:57
@mergify mergify Bot removed the ready label Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test / CI testing or CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants