Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts · GitHub
Open Graph Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts
X Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts
Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact.
Updates actions/checkout from 4 to 6
Release notes
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248
Persist creds to a separate file by @ericsciple in actions/checkout#2286
v6-beta by @ericsciple in actions/checkout#2298
update readme/changelog for v6 by @ericsciple in actions/checkout#2311
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 of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
Port v6 cleanup to v5 by @ericsciple in actions/checkout#2301
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0
What's Changed
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
Prepare v5.0.0 release by @salmanmkc in actions/checkout#2238
⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.1
What's Changed
Port v6 cleanup to v4 by @ericsciple in actions/checkout#2305
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0
What's Changed
docs: update README.md by @motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @benwells in actions/checkout#2043
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.0
Persist creds to a separate file by @ericsciple in actions/checkout#2286
Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248
v5.0.1
Port v6 cleanup to v5 by @ericsciple in actions/checkout#2301
v5.0.0
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
v4.3.1
Port v6 cleanup to v4 by @ericsciple in actions/checkout#2305
v4.3.0
docs: update README.md by @motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @benwells in actions/checkout#2043
Adjust positioning of user email note and permissions heading by @joshmgross in actions/checkout#2044
Update README.md by @nebuk89 in actions/checkout#2194
Update CODEOWNERS for actions by @TingluoHuang in actions/checkout#2224
Update package dependencies by @salmanmkc in actions/checkout#2236
v4.2.2
url-helper.ts now leverages well-known environment variables by @jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @lucacome in actions/checkout#1180
Dependency updates by @dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @dependabot in actions/checkout#1697
Check out other refs/* by commit by @orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732
v4.1.5
Update NPM dependencies by @cory-miller in actions/checkout#1703
Bump github/codeql-action from 2 to 3 by @dependabot in actions/checkout#1694
Bump actions/setup-node from 1 to 4 by @dependabot in actions/checkout#1696
Bump actions/upload-artifact from 2 to 4 by @dependabot in actions/checkout#1695
... (truncated)
Commits
8e8c483 Clarify v6 README (#2328)
033fa0d Add worktree support for persist-credentials includeIf (#2327)
c2d88d3 Update all references from v5 and v4 to v6 (#2314)
1af3b93 update readme/changelog for v6 (#2311)
71cf226 v6-beta (#2298)
069c695 Persist creds to a separate file (#2286)
ff7abcd Update README to include Node.js 24 support details and requirements (#2248)
08c6903 Prepare v5.0.0 release (#2238)
9f26565 Update actions checkout to use node 24 (#2226)
See full diff in compare view
Updates actions/setup-python from 5 to 6
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-python#1164
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
Add support for pip-version by @priyagupta108 in actions/setup-python#1129
Enhance reading from .python-version by @krystof-k in actions/setup-python#787
Add version parsing from Pipfile by @aradkdj in actions/setup-python#1067
Bug fixes:
Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @aparnajyothi-y in actions/setup-python#1183
Change missing cache directory error to warning by @aparnajyothi-y in actions/setup-python#1182
Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @aparnajyothi-y in actions/setup-python#1122
Include python version in PyPy python-version output by @cdce8p in actions/setup-python#1110
Update docs: clarification on pip authentication with setup-python by @priya-kinthali in actions/setup-python#1156
Dependency updates:
Upgrade idna from 2.9 to 3.7 in /tests/data by @dependabot[bot] in actions/setup-python#843
Upgrade form-data to fix critical vulnerabilities #182 & #183 by @aparnajyothi-y in actions/setup-python#1163
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @aparnajyothi-y in actions/setup-python#1165
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-python#1181
Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in actions/setup-python#1095
New Contributors
@krystof-k made their first contribution in actions/setup-python#787
@cdce8p made their first contribution in actions/setup-python#1110
@aradkdj made their first contribution in actions/setup-python#1067
Full Changelog: actions/setup-python@v5...v6.0.0
v5.6.0
What's Changed
Workflow updates related to Ubuntu 20.04 by @aparnajyothi-y in actions/setup-python#1065
Fix for Candidate Not Iterable Error by @aparnajyothi-y in actions/setup-python#1082
Upgrade semver and @types/semver by @dependabot in actions/setup-python#1091
Upgrade prettier from 2.8.8 to 3.5.3 by @dependabot in actions/setup-python#1046
Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in actions/setup-python#1081
Full Changelog: actions/setup-python@v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
Support free threaded Python versions like '3.13t' by @colesbury in actions/setup-python#973
Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade @action/cache from 4.0.0 to 4.0.3 by @priya-kinthali in actions/setup-python#1056
Add support for .tool-versions file in setup-python by @mahabaleshwars in actions/setup-python#1043
Bug fixes:
Fix architecture for pypy on Linux ARM64 by @mayeut in actions/setup-python#1011
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
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...
e797f83 Upgrade to node 24 (#1164)
Additional commits viewable in compare view
Updates actions/upload-artifact from 4 to 6
Release notes
Sourced from actions/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
Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719
fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744
prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.
Update README.md by @GhadimiR in actions/upload-artifact#681
Update README.md by @nebuk89 in actions/upload-artifact#712
Readme: spell out the first use of GHES by @danwkennedy in actions/upload-artifact#727
Update GHES guidance to include reference to Node 20 version by @patrikpolyak in actions/upload-artifact#725
Bump @actions/artifact to v4.0.0
Prepare v5.0.0 by @danwkennedy in actions/upload-artifact#734
New Contributors
@GhadimiR made their first contribution in actions/upload-artifact#681
@nebuk89 made their first contribution in actions/upload-artifact#712
@danwkennedy made their first contribution in actions/upload-artifact#727
@patrikpolyak made their first contribution in actions/upload-artifact#725
Full Changelog: actions/upload-artifact@v4...v5.0.0
v4.6.2
What's Changed
Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in actions/upload-artifact#685
New Contributors
@salmanmkc made their first contribution in actions/upload-artifact#685
Full Changelog: actions/upload-artifact@v4...v4.6.2
v4.6.1
What's Changed
Update to use artifact 2.2.2 package by @yacaovsnc in actions/upload-artifact#673
... (truncated)
Commits
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
e516bc8 docs: correct description of Node.js 24 support in README
ddc45ed docs: update README to correct action name for Node.js 24 support
615b319 chore: release v6.0.0 for Node.js 24 support
017748b Merge pull request #744 from actions/fix-storage-blob
38d4c79 chore: rebuild dist
7d27270 chore: add missing license cache files for @actions/core, @actions/io, and mi...
5f643d3 chore: update license files for @actions/artifact@5.0.1 dependencies
1df1684 chore: update package-lock.json with @actions/artifact@5.0.1
b5b1a91 fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix
Additional commits viewable in compare 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
Open Graph Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout's r...
X Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout'...
Opengraph URL: https://github.com/python/docsbuild-scripts/pull/325
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:817c8627-de5a-af92-52e6-fb2ab704e805 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E470:3960C0:59BA31:7EFC15:696A0E5A |
| html-safe-nonce | f002fb8a97b50afc1f1ad9388172fdc917ba3dc69d7efb84c4bfd13ec5e99a75 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNDcwOjM5NjBDMDo1OUJBMzE6N0VGQzE1OjY5NkEwRTVBIiwidmlzaXRvcl9pZCI6IjYzODIxNDk3MTY2MDE4Njc4NjYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 0e4947e678f729de6ee37805c8398160e80262c9bd7ed096f8c231eb044d3228 |
| hovercard-subject-tag | pull_request:3143613801 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/python/docsbuild-scripts/pull/325/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout's r... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/python/docsbuild-scripts git https://github.com/python/docsbuild-scripts.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 23553472 |
| octolytics-dimension-repository_nwo | python/docsbuild-scripts |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 23553472 |
| octolytics-dimension-repository_network_root_nwo | python/docsbuild-scripts |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7266b2d935baa1c6474b16dd9feaa5ca30607261 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width