Skip to content

chore(deps): bump the all-actions group across 1 directory with 3 updates#1861

Merged
raphael0202 merged 1 commit intomainfrom
dependabot/github_actions/all-actions-79e3e74358
Mar 9, 2026
Merged

chore(deps): bump the all-actions group across 1 directory with 3 updates#1861
raphael0202 merged 1 commit intomainfrom
dependabot/github_actions/all-actions-79e3e74358

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the all-actions group with 3 updates in the / directory: lewagon/wait-on-check-action, astral-sh/setup-uv and JamesIves/github-pages-deploy-action.

Updates lewagon/wait-on-check-action from 1.4.1 to 1.5.0

Release notes

Sourced from lewagon/wait-on-check-action's releases.

v1.5.0

Added

  • Add fail-on-no-checks option (#133)

Fixed

  • Bump rexml to 3.4.2 (#128)
Changelog

Sourced from lewagon/wait-on-check-action's changelog.

v1.5.0 - 2026-01-25

Added

  • Add fail-on-no-checks option

Fixed

  • Bump rexml to 3.4.2
Commits

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

Release notes

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

v7.2.1 🌈 update known checksums up to 0.9.28

Changes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v7.0.0 🌈 node24 and a lot of bugfixes

Changes

This release comes with a load of bug fixes and a speed up. Because of switching from node20 to node24 it is also a breaking change. If you are running on GitHub hosted runners this will just work, if you are using self-hosted runners make sure, that your runners are up to date. If you followed the normal installation instructions your self-hosted runner will keep itself updated.

This release also removes the deprecated input server-url which was used to download uv releases from a different server. The manifest-file input supersedes that functionality by adding a flexible way to define available versions and where they should be downloaded from.

Fixes

  • The action now respects when the environment variable UV_CACHE_DIR is already set and does not overwrite it. It now also finds cache-dir settings in config files if you set them.
  • Some users encountered problems that cache pruning took forever because they had some uv processes running in the background. Starting with uv version 0.8.24 this action uses uv cache prune --ci --force to ignore the running processes
  • If you just want to install uv but not have it available in path, this action now respects UV_NO_MODIFY_PATH
  • Some other actions also set the env var UV_CACHE_DIR. This action can now deal with that but as this could lead to unwanted behavior in some edgecases a warning is now displayed.

Improvements

If you are using minimum version specifiers for the version of uv to install for example

[tool.uv]
required-version = ">=0.8.17"

This action now detects that and directly uses the latest version. Previously it would download all available releases from the uv repo to determine the highest matching candidate for the version specifier, which took much more time.

If you are using other specifiers like 0.8.x this action still needs to download all available releases because the specifier defines an upper bound (not 0.9.0 or later) and "latest" would possibly not satisfy that.

🚨 Breaking changes

... (truncated)

Commits
  • 5a095e7 Bump github/codeql-action from 4.31.9 to 4.32.2 (#766)
  • b12532f fix: fall back to VERSION_CODENAME when VERSION_ID is not available (#774)
  • 0098a75 chore: update known checksums for 0.10.6 (#771)
  • 2e7ed0e chore: update known checksums for 0.10.5 (#770)
  • 04224aa chore: update known checksums for 0.10.4 (#768)
  • 2bc602f chore: update known checksums for 0.10.3 (#767)
  • dd9d748 chore: update known checksums for 0.10.2 (#765)
  • 14eede1 chore: update known checksums for 0.10.1 (#764)
  • c452423 Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 (#763)
  • eac588a Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 (#753)
  • Additional commits viewable in compare view

Updates JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.8.0

What's Changed

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.8.0

Commits

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 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

…ates

Bumps the all-actions group with 3 updates in the / directory: [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action).


Updates `lewagon/wait-on-check-action` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md)
- [Commits](lewagon/wait-on-check-action@v1.4.1...v1.5.0)

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

Updates `JamesIves/github-pages-deploy-action` from 4.7.6 to 4.8.0
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.7.6...v4.8.0)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Mar 1, 2026
@raphael0202 raphael0202 merged commit 1807eca into main Mar 9, 2026
12 checks passed
@raphael0202 raphael0202 deleted the dependabot/github_actions/all-actions-79e3e74358 branch March 9, 2026 13:53
raphael0202 pushed a commit that referenced this pull request Mar 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.85.7](v1.85.6...v1.85.7)
(2026-03-09)


### Bug Fixes

* don't wait before applying insights
([e1af695](e1af695))
* improve `rerun-import-all-images` command
([b8c1e4d](b8c1e4d))


### Technical

* complete the description of the returned objects
([#1862](#1862))
([4697276](4697276))
* **deps:** bump flask from 3.1.2 to 3.1.3
([#1859](#1859))
([73cbaa8](73cbaa8))
* **deps:** bump the all-actions group across 1 directory with 3 updates
([#1861](#1861))
([1807eca](1807eca))
* **deps:** bump werkzeug from 3.1.5 to 3.1.6
([#1860](#1860))
([0295c0b](0295c0b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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 github_actions

Development

Successfully merging this pull request may close these issues.

1 participant