chore(ci): bump the github-actions group across 1 directory with 8 updates#173
Merged
Merged
Conversation
…dates Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `3` | `4` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.21.0` | `10.4.1` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.23.3` | `3.2.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [browniebroke/hacktoberfest-labeler-action](https://github.com/browniebroke/hacktoberfest-labeler-action) | `2.3.0` | `2.4.2` | | [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) | `0.5.1` | `0.6.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `CodSpeedHQ/action` from 3 to 4 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) Updates `python-semantic-release/python-semantic-release` from 9.21.0 to 10.4.1 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.21.0...v10.4.1) Updates `pypa/cibuildwheel` from 2.23.3 to 3.2.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.2.0) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `browniebroke/hacktoberfest-labeler-action` from 2.3.0 to 2.4.2 - [Release notes](https://github.com/browniebroke/hacktoberfest-labeler-action/releases) - [Changelog](https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md) - [Commits](browniebroke/hacktoberfest-labeler-action@v2.3.0...v2.4.2) Updates `tiangolo/issue-manager` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/tiangolo/issue-manager/releases) - [Commits](tiangolo/issue-manager@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: browniebroke/hacktoberfest-labeler-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: tiangolo/issue-manager dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 255 255
Branches 38 38
=========================================
Hits 255 255 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #173 will not alter performanceComparing Summary
|
bdraco
approved these changes
Oct 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 8 updates in the / directory:
4556349.21.010.4.12.23.33.2.0452.3.02.4.20.5.10.6.0Updates
actions/checkoutfrom 4 to 5Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)Updates
actions/setup-pythonfrom 5 to 6Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)Updates
CodSpeedHQ/actionfrom 3 to 4Release notes
Sourced from CodSpeedHQ/action's releases.
... (truncated)
Commits
3959e9eRelease v4.1.0 🚀1c3532fchore: bump runner version to 4.1.0653fdc3Release v4.0.1 🚀4da7be1chore: bump runner version to 4.0.1172d6c5chore: make the comment about input validation more discreted15e1cechore: improve the release script6eeb021Release v4.0.0 🚀74312dachore: improve the release script8a17a35ci: add modes to the matrix8e3f02afeat: make the mode argument requiredUpdates
python-semantic-release/python-semantic-releasefrom 9.21.0 to 10.4.1Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
... (truncated)
Commits
4d4cb0a10.4.1b090fa2fix(cmd-version): fix error where--no-tagis not respected (#1329)ccc91c0docs(github-actions): fix recommended upstream detection script's upstream na...3f21f3fdocs(getting-started-guide): remove notice about lack of monorepo support (#1...f77c598ci(deps): bumpactions/setup-python@v5.6.0tov6.0.08fdbc3eci(deps): bumpactions/stale@v9.1.0tov10.0.0a7d0195ci(deps): bumppython-semantic-release/publish-action@v10.3.2tov10.4.0ee2617cci(deps): bumppython-semantic-release@v10.3.2action tov10.4.098ef722docs(CHANGELOG): update hyperlink in v10.4.0's additional info paragraph (#1323)6df5e8710.4.0Updates
pypa/cibuildwheelfrom 2.23.3 to 3.2.0Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (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)Updates
actions/download-artifactfrom 4 to 5Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.mdUpdates
browniebroke/hacktoberfest-labeler-actionfrom 2.3.0 to 2.4.2Release notes
Sourced from browniebroke/hacktoberfest-labeler-action's releases.