Skip to content

Update astral-sh/setup-uv action to v5.4.2#8

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-setup-uv-5.x
Open

Update astral-sh/setup-uv action to v5.4.2#8
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-setup-uv-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 22, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v5.3.1v5.4.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.4.2: 🌈 Make sure uv installed by setup-uv is first in PATH

Compare Source

Changes

This release fixes an issue on self-hosted runners.
If you manually installed uv with version 0.5.0 or later this version would overwrite the uv version installed by this action.
We now make sure the version installed by this action is the first found in PATH

🐛 Bug fixes
🧰 Maintenance
📚 Documentation

v5.4.1: 🌈 Add support for pep440 version specifiers

Compare Source

Changes

With this release you can also use pep440 version specifiers as required-version in filesuv.toml, pyroject.toml and in the version input:

- name: Install a pep440-specifier-satisfying version of uv
  uses: astral-sh/setup-uv@v5
  with:
    version: ">=0.4.25,<0.5"
🐛 Bug fixes
🧰 Maintenance
📚 Documentation

v5.4.0: 🌈 uv and uvx path as outputs

Compare Source

Changes

The absolute paths to the uv and uvx binaries can now be accessed via the outputs uv-path and uvx-path.

setup-uv now also issues a warning if the working directory is empty. This makes users aware of the common mistake to run setup-uv before actions/checkout. You can remove the warning by setting ignore-empty-workdir: true

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.56%. Comparing base (29764fa) to head (f15af3a).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   90.56%   90.56%           
=======================================
  Files          30       30           
  Lines         689      689           
  Branches       83       83           
=======================================
  Hits          624      624           
  Misses         32       32           
  Partials       33       33           

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

@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v5.4.0 chore(deps): update astral-sh/setup-uv action to v5.4.1 Mar 30, 2025
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch 3 times, most recently from d8fd5f6 to afbb31d Compare April 3, 2025 02:31
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from afbb31d to c6b1404 Compare April 5, 2025 17:33
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from c6b1404 to 9afcb2b Compare April 6, 2025 07:06
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 9afcb2b to f15af3a Compare April 17, 2025 03:03
@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v5.4.1 chore(deps): update astral-sh/setup-uv action to v5.4.2 Apr 17, 2025
@helmut-hoffer-von-ankershoffen
Copy link
Copy Markdown
Owner

@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from f15af3a to 583a422 Compare April 26, 2025 11:36
@renovate renovate Bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 583a422 to 77ae61a Compare August 3, 2025 23:25
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Aug 3, 2025

@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v5.4.2 Update astral-sh/setup-uv action to v5.4.2 Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants