Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action major v6.8.0 -> v7.0.0

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v7.0.0: 🌈 node24 and a lot of bugfixes

Compare Source

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
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.18%. Comparing base (be4c151) to head (567db81).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1207   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files         139      139           
  Lines        5230     5230           
  Branches      341      341           
=======================================
  Hits         4926     4926           
  Misses        244      244           
  Partials       60       60           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 8, 2025

CodSpeed Performance Report

Merging #1207 will not alter performance

Comparing renovate/astral-sh-setup-uv-7.x (567db81) with dev (be4c151)

Summary

✅ 7 untouched

@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 5 times, most recently from 44f8a57 to df82db0 Compare October 9, 2025 20:27
@edenhaus edenhaus enabled auto-merge (squash) October 9, 2025 20:27
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 2 times, most recently from f8bd9f9 to 1fff0c3 Compare October 9, 2025 20:29
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 1fff0c3 to 567db81 Compare October 9, 2025 20:31
@edenhaus edenhaus merged commit 962da3d into dev Oct 9, 2025
28 checks passed
@edenhaus edenhaus deleted the renovate/astral-sh-setup-uv-7.x branch October 9, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants