Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead 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
@ericsciplein actions/checkout#2301Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732
... (truncated)
de0fac2
Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7f
Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is
set (...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)Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make 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-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency 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-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
a309ff8
Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)bfe8cc5
Upgrade @actions
dependencies to Node 24 compatible versions (#1259)4f41a90
Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)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...Sourced from actions/configure-pages's releases.
v5.0.0
Breaking Changes
:warning: This version contains breaking changes! :warning:
- When using the input param
static_site_generator: next:
- Added support for Next.js >= 13.3.0
- Consequently, also dropped support for Next.js < 13.3.0
Full Changelog
- Attempt to auto-detect configuration files with varying file extensions
@JamesMGreene(#139)- Convert errors into Actions-compatible logging with annotations
@JamesMGreene(#138)- Bump
@actions/githubfrom 5.1.1 to 6.0.0@dependabot(#123)- Bump the non-breaking-changes group with 2 updates
@dependabot(#136)- Update the Next.js configuration for v14
@JamesMGreene(#137)- Bump the non-breaking-changes group with 3 updates
@dependabot(#132)- Bump release-drafter/release-drafter from 5 to 6
@dependabot(#133)- Bump github/codeql-action from 2 to 3
@dependabot(#127)- Bump actions/checkout from 3 to 4
@dependabot(#120)- Bump actions/setup-node from 3 to 4
@dependabot(#118)- Bump the non-breaking-changes group with 1 update
@dependabot(#131)- Update Dependabot config to group non-breaking changes
@JamesMGreene(#130)See details of all code changes since previous release.
983d773
Merge pull request #139
from actions/config-auto-detect9cf6e24
Tweak commentf304bd8
Update distributables215cd51
Attempt to detect existing config files matching the expected basename
plus o...e9382ac
Front-load the file extension warning7781abd
Merge pull request #138
from actions/error-utilsfc47e3c
Update distributables9c9f8a2
Update tests to use the Octokit RequestError class9a4705d
Update distributablesf6ded38
Fix syntax error and formattingSourced from actions/upload-pages-artifact's releases.
v4.0.0
What's Changed
- Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by
@tsusderein actions/upload-pages-artifact#102 If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation- Pin
actions/upload-artifactto SHA by@heavymachineryin actions/upload-pages-artifact#127Full Changelog: https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0
v3.0.1
Changelog
- Group tar's output to prevent it from messing up action logs
@SilverRainZ(#94)- Update README.md
@uiolee(#88)- Bump the non-breaking-changes group with 1 update
@dependabot(#92)- Update Dependabot config to group non-breaking changes
@JamesMGreene(#91)- Bump actions/checkout from 3 to 4
@dependabot(#76)See details of all code changes since previous release.
7b1f4a7
Merge pull request #127
from heavymachinery/pin-sha4cc19c7
Pin actions/upload-artifact to SHA2d163be
Merge pull request #107
from KittyChiu/mainc704843
fix: linted README9605915
Merge pull request #106
from KittyChiu/kittychiu/update-readme-1e59cdfe
Update README.mda2d6704
doc: updated usage section in readme984864e
Merge pull request #105
from actions/Jcambass-patch-145dc788
Add workflow file for publishing releases to immutable action
packageefaad07
Merge pull request #102
from actions/hidden-files