Sourced from actions/upload-artifact's releases.
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
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/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
@salmanmkcin actions/upload-artifact#685New Contributors
@salmanmkcmade their first contribution in actions/upload-artifact#685Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsncin actions/upload-artifact#673Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsncin actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by@hamirmahalin actions/upload-artifact#578- Add new
artifact-digestoutput by@bdehamerin actions/upload-artifact#656New Contributors
@hamirmahalmade their first contribution in actions/upload-artifact#578
... (truncated)
330a01c
Merge pull request #734
from actions/danwkennedy/prepare-5.0.003f2824
Update github.dep.yml905a1ec
Prepare v5.0.02d9f9cd
Merge pull request #725
from patrikpolyak/patch-19687587
Merge branch 'main' into patch-12848b2c
Merge pull request #727
from danwkennedy/patch-19b51177
Spell out the first use of GHEScd231ca
Update GHES guidance to include reference to Node 20 versionde65e23
Merge pull request #712
from actions/nebuk89-patch-18747d8c
Update README.mdSourced from super-linter/super-linter's releases.
v8.2.1
8.2.1 (2025-10-15)
🐛 Bugfixes
- biome ignore errors on unmatched files (#7089) (8d1cfd5)
- handle pull_request_target (#7088) (188a10f)
- handle schedule and workflow_dispatch events (#7098) (28cb079), closes #7095
- set CONFLICT_FOUND as expected (#7093) (07cfe7e), closes #7092
- strip workspace from the regex check path (#7110) (3b72a2d), closes #7086
- validate DEFAULT_BRANCH when using find (#7119) (7508f4c), closes #7117
⬆️ Dependency updates
- docker: bump the docker group with 2 updates (#7100) (28c5681)
- npm: bump eslint from 9.36.0 to 9.37.0 in /dependencies (#7102) (cf6cb1e)
- npm: bump renovate from 41.132.2 to 41.136.0 in /dependencies (#7107) (495692f)
- npm: bump the eslint-plugins-configs group across 1 directory with 2 updates (#7101) (b3a735d)
- npm: bump the npm group across 1 directory with 4 updates (#7108) (ce227b3)
- npm: bump typescript (#7109) (deba11c)
- python: bump the pip group across 1 directory with 7 updates (#7106) (7c02a56)
🧰 Maintenance
- add missing ruff variables to readme (#7091) (7daeceb), closes #7099
- explain who ignores VALIDATE_ALL_CODEBASE (#7111) (9150eb9), closes #7090
- github-actions: bump peter-evans/create-issue-from-file (#7103) (ec80a77)
- update rack to 3.2.3 (#7136) (2e6ad3d)
- update ruby transitive dependencies (#7115) (00a71f6)
v8.2.0
8.2.0 (2025-09-30)
🚀 Features
- add kubeconform (#7011) (415cc32), closes #6967
- add pre-commit (#7064) (9106b37), closes #3683
- export GITHUB_TOKEN (#7054) (879aeb5), closes #6970
- run ruff as a formatter (#6981) (f9bdfcb), closes #5951
- set zizmor github token variable (#6971) (097f489)
- support biome (#7005) (fdf27fe), closes #6298
- support git worktrees (#6983) (deb9853), closes #6944
🐛 Bugfixes
... (truncated)
2bdd90e
chore(main): release 8.2.1 (#7094)51e00dd
chore: use powershell from dotnet sdk image (#7141)2e6ad3d
chore: update rack to 3.2.3 (#7136)7508f4c
fix: validate DEFAULT_BRANCH when using find (#7119)cf6cb1e
deps(npm): bump eslint from 9.36.0 to 9.37.0 in /dependencies (#7102)495692f
deps(npm): bump renovate from 41.132.2 to 41.136.0 in /dependencies (#7107)deba11c
deps(npm): bump typescript (#7109)28c5681
deps(docker): bump the docker group with 2 updates (#7100)b3a735d
deps(npm): bump the eslint-plugins-configs group across 1 directory with
2 up...ec80a77
ci(github-actions): bump peter-evans/create-issue-from-file (#7103)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
Sourced from actions/checkout's changelog.
Changelog
V6.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#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695
... (truncated)