Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps the dependencies group with 1 update: astral-sh/setup-uv.

Updates astral-sh/setup-uv from 5 to 6

Release notes

Sourced from astral-sh/setup-uv's releases.

v6.0.0 🌈 activate-environment and working-directory

Changes

This version contains some breaking changes which have been gathering up for a while. Lets dive into them:

Activate environment

In previous versions using the input python-version automatically activated a venv at the repository root. This led to some unwanted side-effects, was sometimes unexpected and not flexible enough.

The venv activation is now explicitly controlled with the new input activate-environment (false by default):

- name: Install the latest version of uv and activate the environment
  uses: astral-sh/setup-uv@v6
  with:
    activate-environment: true
- run: uv pip install pip

The venv gets created by the uv venv command so the python version is controlled by the python-version input or the files pyproject.toml, uv.toml, .python-version in the working-directory.

Working Directory

The new input working-directory controls where we look for pyproject.toml, uv.toml and .python-version files which are used to determine the version of uv and python to install.

It can also be used to control where the venv gets created.

- name: Install uv based on the config files in the working-directory
  uses: astral-sh/setup-uv@v6
  with:
    working-directory: my/subproject/dir

[!CAUTION]

The inputs pyproject-file and uv-file have been removed.

Default cache-dependency-glob

@​ssbarnea found out that the default cache-dependency-glob was not suitable for a lot of users.

The old default

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 25, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 2c17394 to 259d412 Compare May 5, 2025 07:18
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from cdb49b8 to 3c0f99c Compare May 12, 2025 08:04
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 97d6fcc to 0a0d2cf Compare May 19, 2025 07:59
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 652fecd to 9cc61db Compare May 27, 2025 07:34
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 6 times, most recently from a9a15cd to a4583ce Compare June 4, 2025 07:51
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 2 times, most recently from 12442da to 117eb28 Compare June 6, 2025 07:49
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 6face1e to 6281550 Compare June 24, 2025 10:11
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 6941795 to 074905a Compare July 2, 2025 08:03
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 6 times, most recently from d66e2ca to 6228340 Compare July 10, 2025 07:16
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 5 times, most recently from 623e111 to 08051e6 Compare July 17, 2025 07:42
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch 4 times, most recently from a8500ac to 2acf3dc Compare July 24, 2025 07:51
Bumps the dependencies group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 5 to 6
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5...v6)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-b6ae6d6a21 branch from 2acf3dc to d81def6 Compare July 25, 2025 07:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Looks like astral-sh/setup-uv is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 28, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/dependencies-b6ae6d6a21 branch July 28, 2025 08:00
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant