Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the actions group across 1 directory with 5 updates#30805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/github_actions/actions-3b46f04113

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 1, 2025

Bumps the actions group with 5 updates in the / directory:

PackageFromTo
actions/checkout5.0.06.0.0
actions/setup-python6.0.06.1.0
pypa/cibuildwheel3.2.13.3.0
reviewdog/action-setup1.4.01.5.0
github/codeql-action4.31.04.31.6

Updatesactions/checkout from 5.0.0 to 6.0.0

Release notes

Sourced fromactions/checkout's releases.

v6.0.0

What's Changed

Full Changelog:actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under$RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version ofv2.329.0 to access the persisted credentials forDocker container action scenarios.

v5.0.1

What's Changed

Full Changelog:actions/checkout@v5...v5.0.1

Changelog

Sourced fromactions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updatesactions/setup-python from 6.0.0 to 6.1.0

Release notes

Sourced fromactions/setup-python's releases.

v6.1.0

What's Changed

Enhancements:

Dependency and Documentation updates:

New Contributors

Full Changelog:actions/setup-python@v6...v6.1.0

Commits
  • 83679a8 Bump@​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...
  • bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234)
  • 97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)
  • 443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...
  • cfd55ca graalpy: add graalpy early-access and windows builds (#880)
  • bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)
  • 18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas...
  • 2e3e4b1 Add support for pip-install input (#1201)
  • 4267e28 Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...
  • See full diff incompare view

Updatespypa/cibuildwheel from 3.2.1 to 3.3.0

Release notes

Sourced frompypa/cibuildwheel's releases.

v3.3.0

  • 🐛 Fix an incompatibility with Docker v29 (#2660)
  • ✨ Addstest-runtime option, to customise how tests on simulated/emulated environments are run (#2636)
  • ✨ Adds support for newmanylinux_2_35 images on 32-bit ARMarmv7l, offering better C++20 compatibility (#2656)
  • build[uv] is now supported on Android (#2587)
  • ✨ You can now install extras (such asuv) with a simple option on the GitHub Action (#2630)
  • {project} and{package} placeholders are now supported inrepair-wheel-command (#2589)
  • 🛠 The versions set withdependency-versions no longer constrain packages specified by yourbuild-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)
  • 🛠 Improve the handling oftest-command on Android, enabling more options to be passed (#2590)
  • 📚 Docs improvements (#2618)
Changelog

Sourced frompypa/cibuildwheel's changelog.


title: Changelog

Changelog

v3.3.0

12 November 2025

  • 🐛 Fix an incompatibility with Docker v29 (#2660)
  • ✨ Addstest-runtime option, to customise how tests on simulated/emulated environments are run (#2636)
  • ✨ Adds support for newmanylinux_2_35 images on 32-bit ARMarmv7l, offering better C++20 compatibility (#2656)
  • build[uv] is now supported on Android (#2587)
  • ✨ You can now install extras (such asuv) with a simple option on the GitHub Action (#2630)
  • {project} and{package} placeholders are now supported inrepair-wheel-command (#2589)
  • 🛠 The versions set withdependency-versions no longer constrain packages specified by yourbuild-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)
  • 🛠 Improve the handling oftest-command on Android, enabling more options to be passed (#2590)
  • 📚 Docs improvements (#2618)

v3.2.1

12 October 2025

  • 🛠 Update to CPython 3.14.0 final (#2614)
  • 🐛 Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613)
  • 📚 Docs improvements (#2617)

v3.2.0

22 September 2025

  • ✨ Adds GraalPy v25 (Python 3.12) support (#2597)
  • 🛠 Update to CPython 3.14.0rc3 (#2602)
  • 🛠 Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568,#2591)
  • 🛠 Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
  • ⚠️ PyPy 3.10 was moved topypy-eol in theenable option, as it is now end-of-life. (#2521)
  • 📚 Docs improvements (#2574,#2601,#2598)

v3.1.4

19 August 2025

  • ✨ Add a--clean-cache command to clean up our cache (#2489)
  • 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542,#2556)
  • 🛠 Update Pyodide to 0.28.2 (#2562,#2558)
  • 🐛 Fix resolution withpyodide-build whendependency-versions is set (#2548)
  • 🐛 SetCMAKE_FIND_ROOT_PATH_MODE_PACKAGE toBOTH on Android (#2547)
  • 🐛 Addpatchelf dependency for platforms that can build Android wheels (#2552)
  • 🐛 Ignore empty values forCIBW_ARCHS like most other environment variables (#2541)

... (truncated)

Commits

Updatesreviewdog/action-setup from 1.4.0 to 1.5.0

Release notes

Sourced fromreviewdog/action-setup's releases.

Release v1.5.0

What's Changed

Full Changelog:reviewdog/action-setup@v1.4.0...v1.5.0

Commits
  • d8a7baa Merge pull request#74 from reviewdog/depup/reviewdog
  • b041f0d Merge pull request#75 from reviewdog/renovate/reviewdog-action-misspell-1.x
  • 05dc1a3 Merge pull request#73 from reviewdog/renovate/chainguard-dev-actions-digest
  • f2ffb34 Merge pull request#68 from reviewdog/renovate/reviewdog-action-shellcheck-1.x
  • 28695c5 Merge pull request#67 from reviewdog/renovate/reviewdog-action-actionlint-1.x
  • 65d14e0 chore(deps): update reviewdog/action-misspell action to v1.27.0
  • f3a4e22 Merge pull request#64 from reviewdog/renovate/haya14busa-action-bumpr-1.x
  • f257542 chore(deps): update reviewdog/action-actionlint action to v1.68.0
  • 78083cb chore(deps): update chainguard-dev/actions digest to 4aa3402
  • 0eb086b Merge pull request#76 from reviewdog/renovate/actions-checkout-5.x
  • Additional commits viewable incompare view

Updatesgithub/codeql-action from 4.31.0 to 4.31.6

Release notes

Sourced fromgithub/codeql-action's releases.

v4.31.6

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

4.31.6 - 01 Dec 2025

No user facing changes.

See the fullCHANGELOG.md for more information.

v4.31.5

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6.#3321

See the fullCHANGELOG.md for more information.

v4.31.4

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

4.31.4 - 18 Nov 2025

No user facing changes.

See the fullCHANGELOG.md for more information.

v4.31.3

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

4.31.3 - 13 Nov 2025

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, seeUpcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5.#3288

See the fullCHANGELOG.md for more information.

v4.31.2

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

... (truncated)

Changelog

Sourced fromgithub/codeql-action's changelog.

CodeQL Action Changelog

See thereleases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.31.6 - 01 Dec 2025

No user facing changes.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6.#3321

4.31.4 - 18 Nov 2025

No user facing changes.

4.31.3 - 13 Nov 2025

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, seeUpcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5.#3288

4.31.2 - 30 Oct 2025

No user facing changes.

4.31.1 - 30 Oct 2025

  • Theadd-snippets input has been removed from theanalyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6.#3223
  • When SARIF files are uploaded by theanalyze orupload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for theupload-sarif action. Foranalyze, this may affect Advanced Setup for CodeQL users who specify a value other thanalways for theupload input.#3222

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3.#3205
  • Experimental: A newsetup-codeql action has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time.#3204

4.30.8 - 10 Oct 2025

No user facing changes.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24.#3169

... (truncated)

Commits
  • fe4161a Merge pull request#3336 from github/update-v4.31.6-ecec1f887
  • 88c2ab5 Update changelog for v4.31.6
  • ecec1f8 Merge pull request#3335 from github/mbg/ci/run-codeql-on-all-prs
  • 23da732 Merge pull request#3334 from github/kaspersv/overlay-minor-comments
  • f7abc74 Remove branch filter for PR event in CodeQL workflow
  • 32ada5e Merge branch 'main' into kaspersv/overlay-minor-comments
  • 75b2f49 Merge pull request#3333 from github/kaspersv/overlay-no-resource-checks-option
  • f036b1c Merge branch 'main' into kaspersv/overlay-no-resource-checks-option
  • 58c5954 Add comment to runnerSupportsOverlayAnalysis
  • b02fa13 Order feature flags alphabetically
  • Additional commits viewable incompare view

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

Bumps the actions group with 5 updates in the / directory:| Package | From | To || --- | --- | --- || [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` || [actions/setup-python](https://github.com/actions/setup-python) | `6.0.0` | `6.1.0` || [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.2.1` | `3.3.0` || [reviewdog/action-setup](https://github.com/reviewdog/action-setup) | `1.4.0` | `1.5.0` || [github/codeql-action](https://github.com/github/codeql-action) | `4.31.0` | `4.31.6` |Updates `actions/checkout` from 5.0.0 to 6.0.0- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@08c6903...1af3b93)Updates `actions/setup-python` from 6.0.0 to 6.1.0- [Release notes](https://github.com/actions/setup-python/releases)- [Commits](actions/setup-python@e797f83...83679a8)Updates `pypa/cibuildwheel` from 3.2.1 to 3.3.0- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@9c00cb4...63fd63b)Updates `reviewdog/action-setup` from 1.4.0 to 1.5.0- [Release notes](https://github.com/reviewdog/action-setup/releases)- [Commits](reviewdog/action-setup@d8edfce...d8a7baa)Updates `github/codeql-action` from 4.31.0 to 4.31.6- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@4e94bd1...fe4161a)---updated-dependencies:- dependency-name: actions/checkout  dependency-version: 6.0.0  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: actions/setup-python  dependency-version: 6.1.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions- dependency-name: pypa/cibuildwheel  dependency-version: 3.3.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions- dependency-name: reviewdog/action-setup  dependency-version: 1.5.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions- dependency-name: github/codeql-action  dependency-version: 4.31.6  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actionsPull requests that update GitHub Actions code labelsDec 1, 2025
@github-actionsgithub-actionsbot added CI: Run cibuildwheelRun wheel building tests on a PR CI: Run cygwinRun cygwin tests on a PR labelsDec 1, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

CI: Run cibuildwheelRun wheel building tests on a PRCI: Run cygwinRun cygwin tests on a PRdependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp