Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2025

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
softprops/action-gh-release action digest 72f2c25 -> 6cbd405

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


Configuration

📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Sep 7, 2025
@renovate renovate bot force-pushed the renovate/github-actions-deps branch 2 times, most recently from f4c5f1e to 84b978a Compare September 12, 2025 18:30
@renovate renovate bot changed the title chore(deps): update softprops/action-gh-release digest to 6cbd405 chore(deps): update github-actions dependencies Sep 14, 2025
@renovate renovate bot force-pushed the renovate/github-actions-deps branch from 84b978a to 8a5f946 Compare September 14, 2025 13:35
@renovate renovate bot force-pushed the renovate/github-actions-deps branch from 8a5f946 to 04ffc1e Compare September 18, 2025 13:41
@sonarqubecloud
Copy link

@Hartorn Hartorn merged commit a8c62d9 into main Sep 19, 2025
18 checks passed
@Hartorn Hartorn deleted the renovate/github-actions-deps branch September 19, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

2 participants