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 minor v7.1.1 β†’ v7.2.0

Release Notes

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

v7.2.0: 🌈 add outputs python-version and python-cache-hit

Compare Source

Changes

Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:

  • python-version: The Python version that was set (same content as existing UV_PYTHON)
  • python-cache-hit: A boolean value to indicate the Python cache entry was found

While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.

[!NOTE]
This release will invalidate caches that contain the Python binaries. This happens a single time.

πŸ› Bug fixes

πŸš€ Enhancements

🧰 Maintenance

⬆️ Dependency updates

v7.1.6: 🌈 add OS version to cache key to prevent binary incompatibility

Compare Source

Changes

This release will invalidate your cache existing keys!

The os version e.g. ubuntu-22.04 is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.

πŸ› Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v7.1.5: 🌈 allow setting cache-local-path without enable-cache: true

Compare Source

Changes

#​612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"
πŸ› Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v7.1.4: 🌈 Fix libuv closing bug on Windows

Compare Source

Changes

This release fixes the bug Assertion failed: !(handle->flags & UV_HANDLE_CLOSING) on Windows runners

πŸ› Bug fixes
🧰 Maintenance

v7.1.3: 🌈 Support act

Compare Source

Changes

This bug fix release adds support for https://github.com/nektos/act
It was previously broken because of a too new undici version and TS transpilation target.

Compatibility with act is now automatically tested.

πŸ› Bug fixes
🧰 Maintenance
πŸ“š Documentation

v7.1.2: 🌈 Speed up extraction on Windows

Compare Source

Changes

@​lazka fixed a bug that caused extracting uv to take up to 30s. Thank you!

πŸ› Bug fixes

🧰 Maintenance

⬆️ Dependency updates


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.

@renovate renovate bot enabled auto-merge (squash) October 8, 2025 04:36
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7 chore(deps): update astral-sh/setup-uv action to v7 - autoclosed Oct 8, 2025
@renovate renovate bot closed this Oct 8, 2025
auto-merge was automatically disabled October 8, 2025 15:14

Pull request was closed

@renovate renovate bot deleted the renovate/astral-sh-setup-uv-7.x branch October 8, 2025 15:14
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7 - autoclosed chore(deps): update astral-sh/setup-uv action to v7.1.0 Oct 12, 2025
@renovate renovate bot reopened this Oct 12, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 2 times, most recently from 4a9332c to 5dd7f6a Compare October 12, 2025 20:55
@renovate renovate bot enabled auto-merge (squash) October 13, 2025 01:14
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.0 chore(deps): update astral-sh/setup-uv action to v7.1.0 - autoclosed Oct 16, 2025
@renovate renovate bot closed this Oct 16, 2025
auto-merge was automatically disabled October 16, 2025 13:51

Pull request was closed

@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.0 - autoclosed chore(deps): update astral-sh/setup-uv action to v7.1.1 Oct 19, 2025
@renovate renovate bot reopened this Oct 19, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 2 times, most recently from 5dd7f6a to c8d6a57 Compare October 19, 2025 20:49
@renovate renovate bot enabled auto-merge (squash) October 20, 2025 02:42
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.1 chore(deps): update astral-sh/setup-uv action to v7.1.1 - autoclosed Oct 24, 2025
@renovate renovate bot closed this Oct 24, 2025
auto-merge was automatically disabled October 24, 2025 08:08

Pull request was closed

@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.1 - autoclosed chore(deps): update astral-sh/setup-uv action to v7.1.2 Oct 26, 2025
@renovate renovate bot reopened this Oct 26, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch 2 times, most recently from c8d6a57 to 8c49b35 Compare October 26, 2025 17:47
@renovate renovate bot enabled auto-merge (squash) October 26, 2025 20:30
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.2 chore(deps): update astral-sh/setup-uv action to v7.1.3 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 8c49b35 to d3d6e84 Compare November 10, 2025 19:08
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.3 chore(deps): update astral-sh/setup-uv action to v7.1.4 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from d3d6e84 to b3167e1 Compare November 21, 2025 08:56
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from b3167e1 to 1d40302 Compare December 7, 2025 22:00
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.4 chore(deps): update astral-sh/setup-uv action to v7.1.5 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from 1d40302 to be4a4fb Compare December 13, 2025 20:26
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.5 chore(deps): update astral-sh/setup-uv action to v7.1.6 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-7.x branch from be4a4fb to d6e7bb0 Compare January 6, 2026 21:24
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v7.1.6 chore(deps): update astral-sh/setup-uv action to v7.2.0 Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant