Skip to content

ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup#20875

Merged
BeryJu merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.5.0
Mar 16, 2026
Merged

ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup#20875
BeryJu merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps astral-sh/setup-uv from 7.4.0 to 7.5.0.

Release notes

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

v7.5.0 🌈 Use astral-sh/versions as version provider

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-file input 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.


[!TIP] The next section is only interesting for users of the manifest-file input

The manifest-file input 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":"..."}]}

[!WARNING]
The old format still works but is deprecated. A warning will be logged when you use it.

Changes

🚀 Enhancements

📚 Documentation

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@6ee6290...e06108d)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2026 04:10
@netlify
Copy link

netlify bot commented Mar 13, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 28324e6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b38e22ad5341000733226f
😎 Deploy Preview https://deploy-preview-20875--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.40%. Comparing base (7d3aca9) to head (28324e6).
⚠️ Report is 32 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20875      +/-   ##
==========================================
- Coverage   93.45%   93.40%   -0.05%     
==========================================
  Files         991      991              
  Lines       55948    55948              
==========================================
- Hits        52285    52261      -24     
- Misses       3663     3687      +24     
Flag Coverage Δ
conformance 37.52% <ø> (+<0.01%) ⬆️
e2e 43.03% <ø> (ø)
integration 22.22% <ø> (-0.05%) ⬇️
unit 91.62% <ø> (+<0.01%) ⬆️
unit-migrate 91.71% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@rissson rissson enabled auto-merge (squash) March 13, 2026 14:45
@BeryJu BeryJu disabled auto-merge March 16, 2026 17:27
@BeryJu BeryJu merged commit 02e695e into main Mar 16, 2026
102 checks passed
@BeryJu BeryJu deleted the dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.5.0 branch March 16, 2026 17:27
kensternberg-authentik added a commit that referenced this pull request Mar 16, 2026
* main:
  web: rename SCIM provider "User filtering" section to "Filtering" (#20879)
  web/admin: Fix SCIM 'page_size' UI issue (#20890)
  ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup (#20875)
  website: bump flatted from 3.3.3 to 3.4.1 in /website (#20892)
  website: bump the build group in /website with 12 updates (#20908)
  web: bump prettier-plugin-packagejson from 3.0.0 to 3.0.2 in /web (#20759)
  web: bump @sentry/browser from 10.42.0 to 10.43.0 in /web in the sentry group across 1 directory (#20839)
  policies: remove BufferedPolicyAccessView (#20521)
  web: bump dompurify from 3.3.2 to 3.3.3 in /web (#20856)
  web: bump chromedriver from 145.0.6 to 146.0.3 in /web (#20916)
  core: bump pyopenssl from 25.3.0 to 26.0.0 (#20926)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants