Merged
Merged
Conversation
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| astral-sh/setup-uv | action | minor | v6.6.1 -> v6.7.0 |
Release Notes
astral-sh/setup-uv (astral-sh/setup-uv)v6.7.0: 🌈 New inputs restore-cache and save-cache
Changes
This release adds fine-grained control over the caching steps.
- The input
restore-cache(trueby default) can be set tofalseto skip restoring the cache while still allowing to save the cache. - The input
save-cache(trueby default) can be set tofalseto 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
- Add inputs restore-cache and save-cache @eifinger (#568)
🧰 Maintenance
- bump deps @eifinger (#569)
- Automatically push updated known versions @eifinger (#565)
- chore: update known versions for 0.8.16/0.8.17 @github-actions[bot] (#562)
- chore: update known versions for 0.8.15 @github-actions[bot] (#550)
- chore(ci): address CI lint findings @woodruffw (#545)
⬆️ Dependency updates
- Bump github/codeql-action from 3.29.11 to 3.30.3 @dependabot[bot] (#566)
- Bump actions/setup-node from 4.4.0 to 5.0.0 @dependabot[bot] (#551)
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 Bot deleted the renovate/astral-sh-setup-uv-6.x branch
September 20, 2025 00:44