Skip to content

Conversation

@anaconda-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v3 -> v3.2.4

Release Notes

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

v3.2.4: 🌈 Expand ~ tilde in input paths

Compare Source

This release adds support for expanding the ~ character to the user's home directory for the following inputs:

  • cache-local-path
  • tool-dir
  • tool-bin-dir
  • cache-dependency-glob
- name: Expand the tilde character
  uses: astral-sh/setup-uv@v3
  with:
    cache-local-path: "~/path/to/cache"
    tool-dir: "~/path/to/tool/dir"
    tool-bin-dir: "~/path/to/tool-bin/dir"
    cache-dependency-glob: "~/my-cache-buster"

In order to make this work cache-dependency-glob also got support to glob files outside the working directory:

- name: Define an absolute cache dependency glob
  uses: astral-sh/setup-uv@v3
  with:
    enable-cache: true
    cache-dependency-glob: "/tmp/my-folder/requirements*.txt"

Thank you @​fynnsu for raising this issue!

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v3.2.3: 🌈 update known checksums for 0.5.2

Compare Source

Changes

🧰 Maintenance

v3.2.2: 🌈 Avoid leftover files by using temp dir

Compare Source

Changes

The previous release left over downloaded files.

🐛 Bug fixes

v3.2.1: 🌈 Fix extracting with old PowerShell versions

Compare Source

Changes

Old PowerShell versions (5.1) have a problem with extracting files without the .zip extension. To fix that we now make sure the extension is part of the filename.

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

v3.2.0: 🌈 add option to disable cache pruning

Compare Source

Changes

Big thanks to @​merlinz01 for adding the option to disable the cache pruning prior to saving it to the Github Actions Cache.

This is useful if downloading the GitHub Actions cache is fast and cheap for you but downloading from an index is slow or expensive.

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v3.1.7: 🌈 update known checksums for 0.4.21

Compare Source

Changes

🧰 Maintenance

v3.1.6: 🌈 Fix cache linebreak in linux runner

Compare Source

Changes

🐛 Bug fixes

v3.1.5: 🌈 update known checksums for 0.4.20

Compare Source

Changes

🧰 Maintenance

⬆️ Dependency updates

v3.1.4: 🌈 update known checksums for 0.4.18

Compare Source

Changes

🧰 Maintenance

⬆️ Dependency updates

v3.1.3: 🌈 update known checksums for 0.4.17

Compare Source

Changes

🧰 Maintenance

⬆️ Dependency updates

v3.1.2: 🌈 update known checksums for 0.4.16

Compare Source

Changes

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

v3.1.1: 🌈 update known checksums for 0.4.15

Compare Source

Changes

🧰 Maintenance

📚 Documentation

v3.1.0: 🌈 Support for semver version ranges

Compare Source

You can now also use semver ranges to define the version of uv to install:

- name: Install a semver range of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: ">=0.3.0"
- name: Pinning a minor version of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: "0.3.x"

Learn more in the README

Changes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates


Configuration

📅 Schedule: Branch creation - "every weekday" in timezone UTC, 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 has been generated by Renovate Bot.

@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v3.2.4 chore(deps): update astral-sh/setup-uv action to v3.2.4 - autoclosed Jul 8, 2025
@anaconda-renovate anaconda-renovate bot closed this Jul 8, 2025
@anaconda-renovate anaconda-renovate bot deleted the renovate/astral-sh-setup-uv-3.x branch July 8, 2025 14:57
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.

1 participant