Bump the actions group across 1 directory with 4 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(8 months ago)
(8 months ago)
(8 months ago)
CI: Run cibuildwheel CI: Run cygwin dependencies github_actions
Bumps the actions group with 4 updates in the / directory: pypa/cibuildwheel, scientific-python/circleci-artifacts-redirector-action, github/codeql-action and actions/cache.
Updates pypa/cibuildwheel from 3.1.4 to 3.2.0
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.2.0
- ✨ 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 to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- 📚 Docs improvements (#2574, #2601, #2598)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
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 to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- 📚 Docs improvements (#2574, #2601, #2598)
v3.1.4
19 August 2025
- ✨ Add a
--clean-cachecommand 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 with
pyodide-buildwhendependency-versionsis set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGEtoBOTHon Android (#2547)- 🐛 Add
patchelfdependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHSlike most other environment variables (#2541)- 💼 The
colorandsuggest_on_errorargparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
1 August 2025
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
29 July 2025
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)
... (truncated)
Commits
7c619efBump version: v3.2.0bbebb68[Bot] Update dependencies (#2603)5bbeaf8[pre-commit.ci] pre-commit autoupdate (#2604)7a67c6bAdd GraalPy 25 and remove workarounds for that version. (#2597)b8a4fbcImprove information about configuration overriding (#2598)70de033Replace themacos-13images with themacos-15-intelimages (GHA) (#2601)ce4c16f[Bot] Update dependencies (#2602)66490f0Add CMAKE_CROSSCOMPILING_EMULATOR to Android CMake toolchain (#2591)77b9e35[pre-commit.ci] pre-commit autoupdate (#2594)39e9da0[Bot] Update dependencies (#2593)- Additional commits viewable in compare view
Updates scientific-python/circleci-artifacts-redirector-action from 1.2.0 to 1.3.1
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
v1.3.1
What's Changed
- Removed the headers argument passed to 'fetch' in step one by
@DavidT3in scientific-python/circleci-artifacts-redirector-action#85New Contributors
@DavidT3made their first contribution in scientific-python/circleci-artifacts-redirector-action#85Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1...v1.3.1
v1.3.0
What's Changed
- DOC: add the 'domain' option to the docs by
@bsipoczin scientific-python/circleci-artifacts-redirector-action#80- Fix artifacts url parsing by
@matthieutrsin scientific-python/circleci-artifacts-redirector-action#66- MAINT: Trim release notes by
@larsonerin scientific-python/circleci-artifacts-redirector-action#84New Contributors
@matthieutrsmade their first contribution in scientific-python/circleci-artifacts-redirector-action#66Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1.2.0...v1.3.0
Commits
5d358ffRemoved the headers argument passed to 'fetch' in step one (#85)c98f1f5MAINT: Trim release notes (#84)7a4636cBuild(deps): Bump actions/checkout from 4 to 5 in /.github/workflows in the a...2849f4cFix artifacts url parsing (#66)1225cf6DOC: add the 'domain' option to the docs (#80)17a9d98Build(deps): Bump tmp and eslint (#81)- See full diff in compare view
Updates github/codeql-action from 3.30.3 to 3.30.5
Release notes
Sourced from github/codeql-action's releases.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/initstep if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/initstep. #3099 and #3100- We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightlyto theinitaction. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130- Update default CodeQL bundle version to 2.23.1. #3118
See the full CHANGELOG.md for more information.
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #31603.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/initstep if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/initstep. #3099 and #3100- We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightlyto theinitaction. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130- Update default CodeQL bundle version to 2.23.1. #3118
3.30.3 - 10 Sep 2025
No user facing changes.
3.30.2 - 09 Sep 2025
- Fixed a bug which could cause language autodetection to fail. #3084
- Experimental: The
quality-queriesinput that was added in3.29.2as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a newanalysis-kindsinput, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #30643.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #3077
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
No user facing changes.
3.29.8 - 08 Aug 2025
... (truncated)
Commits
3599b3bMerge pull request #3161 from github/update-v3.30.5-0a67bd46a2ca0085Update changelog for v3.30.50a67bd4Merge pull request #3160 from github/mbg/fix/upload-sarif8e34f2fAdd changelog0b7fc56Fixupload-sarifnot uploading non-.sariffiles94a9b7aMerge pull request #3155 from github/mbg/node/no-install-in-actionsa0ae9baLog what the script is doingb27a8efExit if running in an Actions workflow6592567Merge pull request #3139 from github/henrymercer/fix-log-messagefa64a7dMerge pull request #3154 from github/mbg/node/check-up-to-date-deps- Additional commits viewable in compare view
Updates actions/cache from 4.2.4 to 4.3.0
Release notes
Sourced from actions/cache's releases.
v4.3.0
What's Changed
- Add note on runner versions by
@GhadimiRin actions/cache#1642- Prepare
v4.3.0release by@Link- in actions/cache#1655New Contributors
@GhadimiRmade their first contribution in actions/cache#1642Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0
Changelog
Sourced from actions/cache's changelog.
Releases
4.3.0
- Bump
@actions/cacheto v4.1.04.2.4
- Bump
@actions/cacheto v4.0.54.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
5
+15
-15
Package Dependencies
actions
1.2.0 → 1.3.1
Minor
Technical Details
| ID: | 9680981 |
| UUID: | 2872205621 |
| Node ID: | PR_kwDOABUios6rMmE1 |
| Host: | GitHub |
| Repository: | matplotlib/matplotlib |
| Mergeable: | Yes |
| Merge State: | Unstable |