Skip to content

Conversation

@anaconda-renovate
Copy link
Contributor

@anaconda-renovate anaconda-renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v6.6.0 -> v6.7.0
renovate update details

Field Value
manager github-actions
categories ci
datasource github-tags
depName astral-sh/setup-uv
depType¹ action
packageName astral-sh/setup-uv
sourceUrl https://github.com/astral-sh/setup-uv
updateType minor
versioning regex:^v?(?<major>\d+)(.(?<minor>\d+).(?<patch>\d+))?$

¹ only available for some managers


Release Notes

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

v6.7.0: 🌈 New inputs restore-cache and save-cache

Compare Source

Changes

This release adds fine-grained control over the caching steps.

  • The input restore-cache (true by default) can be set to false to skip restoring the cache while still allowing to save the cache.
  • The input save-cache (true by default) can be set to false to skip saving the cache.

Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:

- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

v6.6.1: 🌈 Fix exclusions in cache-dependency-glob

Compare Source

Changes

Exclusions with a leading ! in the cache-dependency-glob did not work and got fixed with this release. Thank you @​KnisterPeter for raising this!

🐛 Bug fixes
🧰 Maintenance

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 v6.6.1 chore(deps): update astral-sh/setup-uv action to v6.7.0 Sep 15, 2025
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/astral-sh-setup-uv-6.x branch from 12e029c to 0454274 Compare September 15, 2025 01:21
@filiplajszczak filiplajszczak merged commit 3fb88db into master Sep 15, 2025
1 check passed
@anaconda-renovate anaconda-renovate bot deleted the renovate/astral-sh-setup-uv-6.x branch September 15, 2025 06:30
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