Skip to content

Bump the actions-deps group across 1 directory with 4 updates#332

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-deps-f7483f3c09
Open

Bump the actions-deps group across 1 directory with 4 updates#332
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-deps-f7483f3c09

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the actions-deps group with 4 updates in the / directory: sorenlouv/backport-github-action, codecov/codecov-action, sigstore/gh-action-sigstore-python and pypa/cibuildwheel.

Updates sorenlouv/backport-github-action from 10.2.0 to 11.0.0

Release notes

Sourced from sorenlouv/backport-github-action's releases.

v11.0.0

Update backport to 11.0.0

v10.4.0

Update backport to 10.4.0

Commits
  • 9460b71 chore: release v11.0.0
  • c0d1fb5 feat: upgrade to backport@11 with smoke test suite (#177)
  • e086778 Convert to ESM, replace Jest with Vitest, align dependencies with backport
  • 6840073 Replace RELEASE.md with cursor rule and skill
  • 566ba6c Add feature-specific validation docs to RELEASE.md
  • 576c0c8 Skip backport gracefully when PR is not merged
  • 7c4cc75 Add RELEASE.md documenting the release and validation workflow
  • d196c79 Update backport to 10.4.0
  • See full diff in compare view

Updates codecov/codecov-action from 5 to 6

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0

Release notes

Sourced from sigstore/gh-action-sigstore-python's releases.

v3.3.0

What's Changed

  • Dependency updates. Most importantly used sigstore-python is now version 4.2.0

Full Changelog: sigstore/gh-action-sigstore-python@v3.2.0...v3.3.0

Changelog

Sourced from sigstore/gh-action-sigstore-python's changelog.

Changelog

All notable changes to gh-action-sigstore-python will be documented in this file.

The format is based on Keep a Changelog.

All versions prior to 3.0.0 are untracked.

[Unreleased]

Commits
  • 04cffa1 build(deps): bump requests from 2.32.5 to 2.33.0 in /requirements (#342)
  • 69171e8 build(deps): bump charset-normalizer in the python-dependencies group (#340)
  • 40198d7 build(deps): bump github/codeql-action in the actions group (#338)
  • ca55bb0 build(deps): bump the python-dependencies group with 2 updates (#339)
  • 2736143 build(deps): bump the actions group with 3 updates (#335)
  • 9afbb88 build(deps): bump pyasn1 from 0.6.2 to 0.6.3 in /requirements (#337)
  • eb907b0 build(deps): bump pyopenssl from 25.3.0 to 26.0.0 in /requirements (#334)
  • 84eaebf build(deps): bump astral-sh/setup-uv in the actions group (#331)
  • 57c12be build(deps): bump charset-normalizer in the python-dependencies group (#332)
  • 57918d7 build(deps): bump pyjwt from 2.11.0 to 2.12.0 in /requirements (#333)
  • Additional commits viewable in compare view

Updates pypa/cibuildwheel from 3.3.1 to 3.4.0

Release notes

Sourced from pypa/cibuildwheel's releases.

v3.4.0

  • 🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322)
  • ⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682)
  • ✨ Improvements to building Rust wheels on Android (#2650)
  • 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723)
  • ✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737)
  • 📚 Docs updates, including guidance on using Meson on Windows (#2718)
Changelog

Sourced from pypa/cibuildwheel's changelog.

v3.4.0

5 March 2026

  • 🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322)
  • ⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682)
  • ✨ Improvements to building rust wheels on Android (#2650)
  • 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723)
  • ✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737)
  • 📚 Docs updates, including guidance on using Meson on Windows (#2718)
Commits
  • ee02a15 Bump version: v3.4.0
  • f08ce70 chore: match copyright to BSD-2-clause template (#2758)
  • 95b4b79 Fix incorrect document regarding pyodide auditwheel (#2752)
  • f046d0a Bump to Pyodide v0.29.3 (#2743)
  • f5a31ee chore(deps): bump the actions group across 1 directory with 4 updates (#2755)
  • 35ec456 [pre-commit.ci] pre-commit autoupdate (#2756)
  • 51fed90 [Bot] Update dependencies (#2734)
  • b70562f Debug GraalPy/uv test failures on Windows (#2741)
  • 0a85e29 Work around CDN rate limiting on Python.org in bin/update_pythons.py (#2753)
  • 2d33864 Pin the actions/setup-python for the externally used action.yml (#2749)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026
@skirpichev skirpichev enabled auto-merge April 1, 2026 16:35
@skirpichev
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the actions-deps group with 4 updates: [sorenlouv/backport-github-action](https://github.com/sorenlouv/backport-github-action), [codecov/codecov-action](https://github.com/codecov/codecov-action), [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `sorenlouv/backport-github-action` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/sorenlouv/backport-github-action/releases)
- [Commits](sorenlouv/backport-github-action@v10.2.0...v11.0.0)

Updates `codecov/codecov-action` from 5 to 6
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

Updates `sigstore/gh-action-sigstore-python` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
- [Commits](sigstore/gh-action-sigstore-python@v3.2.0...v3.3.0)

Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: sorenlouv/backport-github-action
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: sigstore/gh-action-sigstore-python
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title Bump the actions-deps group with 4 updates Bump the actions-deps group across 1 directory with 4 updates Apr 1, 2026
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-deps-f7483f3c09 branch from 8b3b7fc to d4afd25 Compare April 1, 2026 19:09
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