Bumps the actions group with 10 updates in the / directory:
Updatesactions/checkout from 5.0.0 to 6.0.1
Release notes
Sourced fromactions/checkout's releases.
v6.0.1
What's Changed
Full Changelog:actions/checkout@v6...v6.0.1
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
Updatesactions/upload-artifact from 5.0.0 to 6.0.0
Release notes
Sourced fromactions/upload-artifact's releases.
v6.0.0
v6 - What's new
[!IMPORTANT]actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
Full Changelog:actions/upload-artifact@v5.0.0...v6.0.0
Commits
b7c566a Merge pull request#745 from actions/upload-artifact-v6-releasee516bc8 docs: correct description of Node.js 24 support in READMEddc45ed docs: update README to correct action name for Node.js 24 support615b319 chore: release v6.0.0 for Node.js 24 support017748b Merge pull request#744 from actions/fix-storage-blob38d4c79 chore: rebuild dist7d27270 chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3 chore: update license files for@actions/artifact@5.0.1 dependencies1df1684 chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91 fix: update@actions/artifact to ^5.0.0 for Node.js 24 punycode fix- Additional commits viewable incompare view
Updatesactions/download-artifact from 6.0.0 to 7.0.0
Release notes
Sourced fromactions/download-artifact's releases.
v7.0.0
v7 - What's new
[!IMPORTANT]actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
New Contributors
Full Changelog:actions/download-artifact@v6.0.0...v7.0.0
Commits
37930b1 Merge pull request#452 from actions/download-artifact-v7-release72582b9 doc: update readme0d2ec9d chore: release v7.0.0 for Node.js 24 supportfd7ae8f Merge pull request#451 from actions/fix-storage-blobd484700 chore: restore minimatch.dep.yml license file03a8080 chore: remove obsolete dependency license files56fe6d9 chore: update@actions/artifact license file to 5.0.18e3ebc4 chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4 fix: update@actions/artifact to ^5.0.0 for Node.js 24 punycode fix458627d chore: use local@actions/artifact package for Node.js 24 testing- Additional commits viewable 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)
- ✨ Adds
test-runtime option, to customise how tests on simulated/emulated environments are run (#2636) - ✨ Adds support for new
manylinux_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 as
uv) with a simple option on the GitHub Action (#2630) - ✨
{project} and{package} placeholders are now supported inrepair-wheel-command (#2589) - 🛠 The versions set with
dependency-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 of
test-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)
- ✨ Adds
test-runtime option, to customise how tests on simulated/emulated environments are run (#2636) - ✨ Adds support for new
manylinux_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 as
uv) with a simple option on the GitHub Action (#2630) - ✨
{project} and{package} placeholders are now supported inrepair-wheel-command (#2589) - 🛠 The versions set with
dependency-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 of
test-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 to
pypy-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 with
pyodide-build whendependency-versions is set (#2548) - 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE toBOTH on Android (#2547) - 🐛 Add
patchelf dependency for platforms that can build Android wheels (#2552) - 🐛 Ignore empty values for
CIBW_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/reviewdogb041f0d Merge pull request#75 from reviewdog/renovate/reviewdog-action-misspell-1.x05dc1a3 Merge pull request#73 from reviewdog/renovate/chainguard-dev-actions-digestf2ffb34 Merge pull request#68 from reviewdog/renovate/reviewdog-action-shellcheck-1.x28695c5 Merge pull request#67 from reviewdog/renovate/reviewdog-action-actionlint-1.x65d14e0 chore(deps): update reviewdog/action-misspell action to v1.27.0f3a4e22 Merge pull request#64 from reviewdog/renovate/haya14busa-action-bumpr-1.xf257542 chore(deps): update reviewdog/action-actionlint action to v1.68.078083cb chore(deps): update chainguard-dev/actions digest to 4aa34020eb086b 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.8
Release notes
Sourced fromgithub/codeql-action's releases.
v4.31.8
CodeQL Action Changelog
See thereleases page for the relevant changes to the CodeQL CLI and language packs.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8.#3354
See the fullCHANGELOG.md for more information.
v4.31.7
CodeQL Action Changelog
See thereleases page for the relevant changes to the CodeQL CLI and language packs.
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7.#3343
See the fullCHANGELOG.md for more information.
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
... (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.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8.#3354
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7.#3343
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
- The
add-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 the
analyze 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 new
setup-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
... (truncated)
Commits
1b168cd Merge pull request#3355 from github/update-v4.31.8-1b0b941e1120f277 Update changelog for v4.31.81b0b941 Merge pull request#3354 from github/update-bundle/codeql-bundle-v2.23.8db812c1 Add changelog note2930dba Update default bundle to codeql-bundle-v2.23.8c43362b Merge pull request#3340 from github/kaspersv/check-for-overlayBaseSpecifier002a7f2 Overlay: log overlayBaseSpecifier at debug log-level5b7e7fc Update src/codeql.ts149d184 Merge pull request#3345 from github/mergeback/v4.31.7-to-main-cf1bb45a97c2630 Rebuild- Additional commits viewable incompare view
Updatesactions/cache from 4.3.0 to 5.0.1
Release notes
Sourced fromactions/cache's releases.
v5.0.1
[!IMPORTANT]actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
v5.0.1
What's Changed
v5.0.0
What's Changed
Full Changelog:actions/cache@v5...v5.0.1
v5.0.0
[!IMPORTANT]actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
What's Changed
Full Changelog:actions/cache@v4.3.0...v5.0.0
Changelog
Sourced fromactions/cache's changelog.
Releases
Changelog
5.0.1
- Update
@azure/storage-blob to^12.29.1 via@actions/cache@5.0.1#1685
5.0.0
[!IMPORTANT]actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1.If you are using self-hosted runners, ensure they are updated before upgrading.
4.3.0
4.2.4
- Bump
@actions/cache to v4.0.5
4.2.3
- Bump
@actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
4.2.2
- Bump
@actions/cache to v4.0.2
4.2.1
- Bump
@actions/cache to v4.0.1
4.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 ofFebruary 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release arefully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to versionv4 orv3 as soon as possible beforeFebruary 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versionsv4.2.0 orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecatedactions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
... (truncated)
Commits
9255dc7 Merge pull request#1686 from actions/cache-v5.0.1-release8ff5423 chore: release v5.0.19233019 Merge pull request#1685 from salmanmkc/node24-storage-blob-fixb975f2b fix: add peer property to package-lock.json for dependenciesd0a0e18 fix: update license files for@actions/cache, fast-xml-parser, and strnum74de208 fix: update@actions/cache to ^5.0.1 for Node.js 24 punycode fixac7f115 peerb0f846b fix: update@actions/cache with storage-blob fix for Node.js 24 punycode depr...a783357 Merge pull request#1684 from actions/prepare-cache-v5-release3bb0d78 docs: highlight v5 runner requirement in releases- Additional commits viewable incompare view
Updatesactions/stale from 10.1.0 to 10.1.1
Release notes
Sourced fromactions/stale's releases.
v10.1.1
What's Changed
Bug Fix
Improvement
Dependency Upgrades
New Contributors
Full Changelog:actions/stale@v10...v10.1.1
Commits
9971854 build(deps): bump actions/checkout from 4 to 6 (#1306)5611b9d build(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)fad0de8 Improves error handling when rate limiting is disabled on GHES. (#1300)39bea7d Add Missing Input Reading foronly-issue-types (#1298)e46bbab build(deps-dev): bump@types/node from 20.10.3 to 24.2.0 and document breakin...65d1d48 build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)- See full diff incompare view
Updatescodecov/codecov-action from 5.5.1 to 5.5.2
Release notes
Sourced fromcodecov/codecov-action's releases.
v5.5.2
What's Changed
New Contributors
Full Changelog:codecov/codecov-action@v5.5.1...v5.5.2
Changelog
Sourced fromcodecov/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
Uh oh!
There was an error while loading.Please reload this page.
Bumps the actions group with 10 updates in the / directory:
5.0.06.0.16.0.06.1.05.0.06.0.06.0.07.0.03.2.13.3.01.4.01.5.04.31.04.31.84.3.05.0.110.1.010.1.15.5.15.5.2Updates
actions/checkoutfrom 5.0.0 to 6.0.1Release notes
Sourced fromactions/checkout's releases.
Changelog
Sourced fromactions/checkout's changelog.
... (truncated)
Commits
8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)Updates
actions/setup-pythonfrom 6.0.0 to 6.1.0Release notes
Sourced fromactions/setup-python's releases.
Commits
83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...2e3e4b1Add support for pip-install input (#1201)4267e28Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...Updates
actions/upload-artifactfrom 5.0.0 to 6.0.0Release notes
Sourced fromactions/upload-artifact's releases.
Commits
b7c566aMerge pull request#745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request#744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixUpdates
actions/download-artifactfrom 6.0.0 to 7.0.0Release notes
Sourced fromactions/download-artifact's releases.
Commits
37930b1Merge pull request#452 from actions/download-artifact-v7-release72582b9doc: update readme0d2ec9dchore: release v7.0.0 for Node.js 24 supportfd7ae8fMerge pull request#451 from actions/fix-storage-blobd484700chore: restore minimatch.dep.yml license file03a8080chore: remove obsolete dependency license files56fe6d9chore: update@actions/artifactlicense file to 5.0.18e3ebc4chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix458627dchore: use local@actions/artifactpackage for Node.js 24 testingUpdates
pypa/cibuildwheelfrom 3.2.1 to 3.3.0Release notes
Sourced frompypa/cibuildwheel's releases.
Changelog
Sourced frompypa/cibuildwheel's changelog.
... (truncated)
Commits
63fd63bBump version: v3.3.0f4fe311fix: support Docker 29 (#2660)f6c8108feat: make the{project}placeholder available torepair-wheel-command(#...ccbae30feat: support uv with Android (#2587)1337e50chore: pytest log_level is better than log_cli_level (#2657)720f8e2feat: add manylinux_2_35 (#2656)4c7f369[pre-commit.ci] pre-commit autoupdate (#2658)e1baa60chore: enable more Ruff checks (#2654)1f2f8b2fix: don't constrainbuild-system.requireswith ourdependency-versions(...8c5b02f[pre-commit.ci] pre-commit autoupdate (#2648)Updates
reviewdog/action-setupfrom 1.4.0 to 1.5.0Release notes
Sourced fromreviewdog/action-setup's releases.
Commits
d8a7baaMerge pull request#74 from reviewdog/depup/reviewdogb041f0dMerge pull request#75 from reviewdog/renovate/reviewdog-action-misspell-1.x05dc1a3Merge pull request#73 from reviewdog/renovate/chainguard-dev-actions-digestf2ffb34Merge pull request#68 from reviewdog/renovate/reviewdog-action-shellcheck-1.x28695c5Merge pull request#67 from reviewdog/renovate/reviewdog-action-actionlint-1.x65d14e0chore(deps): update reviewdog/action-misspell action to v1.27.0f3a4e22Merge pull request#64 from reviewdog/renovate/haya14busa-action-bumpr-1.xf257542chore(deps): update reviewdog/action-actionlint action to v1.68.078083cbchore(deps): update chainguard-dev/actions digest to 4aa34020eb086bMerge pull request#76 from reviewdog/renovate/actions-checkout-5.xUpdates
github/codeql-actionfrom 4.31.0 to 4.31.8Release notes
Sourced fromgithub/codeql-action's releases.
... (truncated)
Changelog
Sourced fromgithub/codeql-action's changelog.
... (truncated)
Commits
1b168cdMerge pull request#3355 from github/update-v4.31.8-1b0b941e1120f277Update changelog for v4.31.81b0b941Merge pull request#3354 from github/update-bundle/codeql-bundle-v2.23.8db812c1Add changelog note2930dbaUpdate default bundle to codeql-bundle-v2.23.8c43362bMerge pull request#3340 from github/kaspersv/check-for-overlayBaseSpecifier002a7f2Overlay: log overlayBaseSpecifier at debug log-level5b7e7fcUpdate src/codeql.ts149d184Merge pull request#3345 from github/mergeback/v4.31.7-to-main-cf1bb45a97c2630RebuildUpdates
actions/cachefrom 4.3.0 to 5.0.1Release notes
Sourced fromactions/cache's releases.
Changelog
Sourced fromactions/cache's changelog.
... (truncated)
Commits
9255dc7Merge pull request#1686 from actions/cache-v5.0.1-release8ff5423chore: release v5.0.19233019Merge pull request#1685 from salmanmkc/node24-storage-blob-fixb975f2bfix: add peer property to package-lock.json for dependenciesd0a0e18fix: update license files for@actions/cache, fast-xml-parser, and strnum74de208fix: update@actions/cacheto ^5.0.1 for Node.js 24 punycode fixac7f115peerb0f846bfix: update@actions/cachewith storage-blob fix for Node.js 24 punycode depr...a783357Merge pull request#1684 from actions/prepare-cache-v5-release3bb0d78docs: highlight v5 runner requirement in releasesUpdates
actions/stalefrom 10.1.0 to 10.1.1Release notes
Sourced fromactions/stale's releases.
Commits
9971854build(deps): bump actions/checkout from 4 to 6 (#1306)5611b9dbuild(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)fad0de8Improves error handling when rate limiting is disabled on GHES. (#1300)39bea7dAdd Missing Input Reading foronly-issue-types(#1298)e46bbabbuild(deps-dev): bump@types/nodefrom 20.10.3 to 24.2.0 and document breakin...65d1d48build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)Updates
codecov/codecov-actionfrom 5.5.1 to 5.5.2Release notes
Sourced fromcodecov/codecov-action's releases.
Changelog
Sourced fromcodecov/codecov-action's changelog.