Sourced from zizmorcore/zizmor-action's releases.
v0.6.1
zizmor 1.28.0 is now the default version used by the action.
v0.6.0
zizmor 1.27.0 is now the default version used by the action.
What's Changed
- Fold Docker image pull output into a collapsed Actions log group by
@woodruffwwith@Copilotin zizmorcore/zizmor-action#132- Readme: document missing inputs by
@staabmin zizmorcore/zizmor-action#130- ci: block version sync workflow on forks by
@shaanmajidin zizmorcore/zizmor-action#129- Sync zizmor versions by
@github-actions[bot] in zizmorcore/zizmor-action#137- Add
collectinput by@woodruffwin zizmorcore/zizmor-action#139New Contributors
@woodruffwwith@Copilotmade their first contribution in zizmorcore/zizmor-action#132@staabmmade their first contribution in zizmorcore/zizmor-action#130@shaanmajidmade their first contribution in zizmorcore/zizmor-action#129Full Changelog: https://github.com/zizmorcore/zizmor-action/compare/v0.5.7...v0.6.0
6fc4b00
Sync zizmor versions (#145)2596f29
chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to
4.37.0 in ...1159a04
Bump pins (#140)6599ee8
Add collect input (#139)bec05c8
Sync zizmor versions (#137)cf59549
Add issue templates (#135)f72bf17
chore(deps): bump github/codeql-action/upload-sarif (#134)b2a6fac
ci: block version sync workflow on forks (#129)2d88f44
Readme: document missing inputs (#130)d81e276
Fold Docker image pull output into a collapsed Actions log group (#132)Sourced from actions/setup-node's releases.
v7.0.0
What's Changed
Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by
@gowridurgadin actions/setup-node#1577- Migrate to ESM and upgrade dependencies by
@gowridurgadin actions/setup-node#1574Bug fixes:
- Remove dummy NODE_AUTH_TOKEN export by
@gowridurgadin actions/setup-node#1558- Only use
mirrorTokeningetManifestif it's provided by@deigain actions/setup-node#1548Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by
@chiranjib-swainin actions/setup-node#1536- docs: Update restore-only cache documentation by
@priya-kinthaliin actions/setup-node#1550- docs: Update caching recommendations to mitigate cache poisoning risks by
@chiranjib-swainin actions/setup-node#1567Dependency update:
- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-node#1569New Contributors
@chiranjib-swainmade their first contribution in actions/setup-node#1536@deigamade their first contribution in actions/setup-node#1548@jasonginmade their first contribution in actions/setup-node#1569Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0
v6.5.0
What's Changed
- Update
@actions/cacheto 5.1.0 and add security overrides for undici and fast-xml-parser by@HarithaVattikutiin actions/setup-node#1579Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0
8207627
Migrate to ESM and upgrade dependencies (#1574)04be95c
Add cache-primary-key and cache-matched-key as outputs (#1577)7c2c68d
docs: Update caching recommendations to mitigate cache poisoning risks
(#1567)6a61c03
Merge pull request #1569
from jasongin/update-actions-cache-5.1.030eb73b
Resolve high-severity audit issues4e1a87a
Update dist360237f
Strict equality4f8aac5
Bump @actions/cache to 5.1.0, log cache write deniedf4a67bb
Only use mirrorToken in getManifest if it's
provided (#1548)0355742
Remove dummy NODE_AUTH_TOKEN export (#1558)Sourced from actions/checkout's releases.
v7.0.1
What's Changed
- skip running unsafe pr check if input is default by
@aiqiaoyin actions/checkout#2518- trim only ascii whitespace for branch by
@aiqiaoyin actions/checkout#2521- escape values passed to --unset by
@aiqiaoyin actions/checkout#2530- Various dependency updates
Full Changelog: https://github.com/actions/checkout/compare/v7...v7.0.1
v7.0.0
What's Changed
- block checking out fork pr for pull_request_target and workflow_run by
@aiqiaoyin actions/checkout#2454- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by
@dependabot[bot] in actions/checkout#2458- Bump flatted from 3.3.1 to 3.4.2 by
@dependabot[bot] in actions/checkout#2460- Bump js-yaml from 4.1.0 to 4.2.0 by
@dependabot[bot] in actions/checkout#2461- Bump
@actions/coreand@actions/tool-cacheand Remove uuid by@dependabot[bot] in actions/checkout#2459- upgrade module to esm and update dependencies by
@aiqiaoyin actions/checkout#2463- Bump the minor-npm-dependencies group across 1 directory with 3 updates by
@dependabot[bot] in actions/checkout#2462- getting ready for checkout v7 release by
@aiqiaoyin actions/checkout#2464- update error wording by
@aiqiaoyin actions/checkout#2467New Contributors
@aiqiaoymade their first contribution in actions/checkout#2454Full Changelog: https://github.com/actions/checkout/compare/v6.0.3...v7.0.0
v6.1.0
What's Changed
- [BREAKING] backport
allow-unsafe-pr-checkoutto v6 by@aiqiaoyin actions/checkout#2500- backport fixes to releases-v6 by
@aiqiaoyin actions/checkout#2527https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change
Full Changelog: https://github.com/actions/checkout/compare/v6.0.3...v6.1.0
v6.0.3
What's Changed
- Update changelog by
@ericsciplein actions/checkout#2357- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- Update changelog for v6.0.3 by
@yaananthin actions/checkout#2446New Contributors
@yaananthmade their first contribution in actions/checkout#2414Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.3
v6.0.2
What's Changed
- Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by
@TingluoHuangin actions/checkout#2355
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v7.0.1
- Skip running unsafe pr check if input is default by
@aiqiaoyin actions/checkout#2518- Trim only ascii whitespace for branch by
@aiqiaoyin actions/checkout#2521- Escape values passed to --unset by
@aiqiaoyin actions/checkout#2530- Various dependency updates
v7.0.0
- Block checking out fork PR for pull_request_target and workflow_run by
@aiqiaoyin actions/checkout#2454- Various dependency updates
v6.0.3
- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414v6.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#1924
... (truncated)
3d3c42e
prep v7.0.1 release (#2531)2880268
escape values passed to --unset (#2530)12cd223
trim only ascii whitespace for branch (#2521)62661c4
skip running unsafe pr check if input is default (#2518)e8d4307
Bump the minor-actions-dependencies group with 2 updates (#2499)631c942
eslint 9 (#2474)4f1f4ae
Bump actions/upload-artifact from 4 to 7 (#2476)ba09753
Bump actions/checkout from 6 to 7 (#2488)b9e0990
Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398
Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Sourced from actions/setup-java's releases.
v5.6.0
What's Changed
- Backport to v5: Add Maven compiler problem matcher for javac diagnostics by
@brunoborgesin actions/setup-java#1087- feat: expose cache-primary-key output (#597) [v5 backport] by
@brunoborgesin actions/setup-java#1089- dist: Cover Tencent Kona JDK 25 (#1108) [v5 backport] by
@brunoborgesin actions/setup-java#1110- Backport #1111: Preserve Maven toolchains across repeated setup-java runs (#1099) by
@brunoborgesin actions/setup-java#1113- Backport #1097/#1098 to v5: cache Maven and Gradle wrapper distributions separately by
@brunoborgesin actions/setup-java#1122Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.6.0
v5.5.0
What's Changed
- chore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist) by
@brunoborgesin actions/setup-java#1061- Bump github/codeql-action from 3 to 4 by
@dependabot[bot] in actions/setup-java#1069- Bump actions/checkout from 6 to 7 by
@dependabot[bot] in actions/setup-java#1068- Bump actions/setup-python from 5 to 6 by
@dependabot[bot] in actions/setup-java#1067- Bump
@typescript-eslint/parserfrom 8.61.1 to 8.62.0 by@dependabot[bot] in actions/setup-java#1062- feat: Add verify-signature plumbing and Temurin+Microsoft verification support by
@johnoliverin actions/setup-java#1060- Updated jetbrains test: https.request() now catches errors. This fixes leaking tests as well by
@jmjaffe37in actions/setup-java#1070- Fix arm64 e2e workflow tests mislabeled as x64 by
@brunoborgeswith@Copilotin actions/setup-java#1073- feat: suppress Maven transfer progress via MAVEN_ARGS by default (add show-download-progress input) by
@brunoborgesin actions/setup-java#1053- feat: Disable interactiveMode in generated Maven settings.xml by
@brunoborgeswith@Copilotin actions/setup-java#1052- Bump prettier from 3.6.2 to 3.9.1 by
@dependabot[bot] in actions/setup-java#1066- chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by
@dependabot[bot] in actions/setup-java#1074- fix: Maven Toolchains grows unexpectedly by
@Okeanosin actions/setup-java#534- dist: Support Tencent Kona JDK by
@johnshajiangin actions/setup-java#672- feat: Add set-default option by
@gsmetin actions/setup-java#1017- docs: document problem matcher (and how to disable it), Maven Wrapper caching, and generated interactiveMode by
@brunoborgesin actions/setup-java#1075- feat: Add distribution detection support to .sdkmanrc file by
@lukaszgygin actions/setup-java#975New Contributors
@jmjaffe37made their first contribution in actions/setup-java#1070@gsmetmade their first contribution in actions/setup-java#1017@lukaszgygmade their first contribution in actions/setup-java#975Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.5.0
v5.4.0
What's Changed
- Bump
@typescript-eslint/parserfrom 8.48.0 to 8.61.1 by@dependabot[bot] in actions/setup-java#1021- Fix codeql workflow permissions by
@jsorefin actions/setup-java#993- fix CodeQL permissions by
@gdamsin actions/setup-java#1025- fix: reject non-semver candidate versions in isVersionSatisfies by
@sproctorin actions/setup-java#1009- Bump
@actions/cacheto 5.1.0, handle cache write denied by@jasonginin actions/setup-java#1026- Add Maven Wrapper cache feature by
@mahabaleshwarsin actions/setup-java#1027- Spelling by
@jsorefin actions/setup-java#713- add link to advanced configuration for JetBrains by
@robstollin actions/setup-java#850- docs(action): fix missing required or default fields by
@kranthipoturajuin actions/setup-java#1007- feat: add microsoft openjdk 17.0.18 by
@al-kauin actions/setup-java#1002
... (truncated)
03ad4de
Backport #1097/#1098:
cache Maven and Gradle wrapper distributions separately...d229d2e
Backport #1111:
Preserve Maven toolchains across repeated setup-java runs (#1...bbf0f69
dist: Cover Tencent Kona JDK 25 (#1110)513edc4
feat: expose cache-primary-key output (#597)
[v5 backport] (#1089)62df799
Add Maven compiler problem matcher for javac diagnostics (#1087)176156a
chore: bump version to 5.6.0 for v5 release linebf7b8de
build: rebuild dist for backported changes (#1079,
#1083,
#1084)0173e6d
Infer distribution from asdf .tool-versions vendor prefix (#1084)f45cd82
Rename jdkFile input to jdk-file with deprecated alias (#1083)e2863ad
Map Zulu x86 architecture to i686 for Azul Metadata API (#1079)Sourced from actions/setup-python's releases.
v7.0.0
What's Changed
Enhancements
- Migrate to ESM and upgrade dependencies by
@priyagupta108in actions/setup-python#1330- Pin SHA commits and update docs with latest versions by
@HarithaVattikutiin actions/setup-python#1338- Remove the pip-install input by
@gowridurgadin actions/setup-python#1336Bug Fix
- Fix to Classify stderr warning messages as warnings instead of errors in annotations by
@lmvysakhin actions/setup-python#1335- Validate and retry manifest fetch to prevent silent failures by
@priyagupta108in actions/setup-python#1332Dependency Upgrade
- Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data by
@dependabotin actions/setup-python#1328- Remove EOL Python versions and Bumps numpy text fixture by
@priya-kinthaliin actions/setup-python#1333- Upgrade
@actions/cacheto 6.2.0 by@philip-gaiin actions/setup-python#1337New Contributors
@lmvysakhmade their first contribution in actions/setup-python#1335@philip-gaimade their first contribution in actions/setup-python#1337Full Changelog: https://github.com/actions/setup-python/compare/v6...v7.0.0
v6.3.0
What's Changed
Enhancement
- Add RHEL support and include Linux distro in cache keys by
@priyagupta108in actions/setup-python#1323- Fix pip cache error handling on Windows by
@priyagupta108in actions/setup-python#1040Dependency update
- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-python#1281- Upgrade actions dependencies by
@gowridurgadwith@Copilotin actions/setup-python#1303- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-python#1324- Upgrade dependency versions and test workflow configuration by
@HarithaVattikutiin actions/setup-python#1322Documentation
- Update advanced-usage.md by
@Dunky-Zin actions/setup-python#811New Contributors
@gowridurgadwith@Copilotmade their first contribution in actions/setup-python#1303@jasonginmade their first contribution in actions/setup-python#1324@Dunky-Zmade their first contribution in actions/setup-python#811Full Changelog: https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0
v6.2.0
What's Changed
Dependency Upgrades
- Upgrade dependencies to Node 24 compatible versions by
@salmanmkcin actions/setup-python#1259
... (truncated)
5fda3b9
Pin SHA commits and update docs with latest versions (#1338)4ab7e95
Merge pull request #1337
from actions/philip-gai/bump-actions-cache-6-2-00f3a009
Remove the pip-install input (#1336)f8cf429
Migrate to ESM and upgrade dependencies (#1330)54baeea
Validate and retry manifest fetch to prevent silent failures (#1332)c709277
Annotation code fix (#1335)6849080
remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46
Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data
(#1328)ece7cb0
Fix pip cache error handling on Windows. (#1040)1d18d7a
Update advanced-usage.md (#811)Sourced from shivammathur/setup-php's releases.
2.37.2
Changelog
Fixed macOS setup by marking
shivammathur/phpandshivammathur/extensionsas trusted taps.Switched to Visual Studio 18
(vs18)builds for PHP 8.6 on Windows.Improved looking up environment variables.
Tightened security in internal GitHub action workflows.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
f3e473d
Bump version to 2.37.28be473c
Trust brew taps083d523
Bump the github-actions group with 2 updates (#1085)a919ff5
Update FUNDING.ymldeb2299
Harden GitHub Actions workflows5825be4
Harden environment lookup8d45593
Add CODEOWNERSba8d163
Update PHP versions in SECURITY.mdSourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
- Update the readme with direct upload details by
@danwkennedyin actions/upload-artifact#795- Readme: bump all the example versions to v7 by
@danwkennedyin actions/upload-artifact#796- Include changes in typespec/ts-http-runtime 0.3.5 by
@yacaovsncin actions/upload-artifact#797Full Changelog: https://github.com/actions/upload-artifact/compare/v7...v7.0.1
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
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
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
What's Changed
... (truncated)
043fb46
Merge pull request #797
from actions/yacaovsnc/update-dependency634250c
Include changes in typespec/ts-http-runtime 0.3.5e454baa
Readme: bump all the example versions to v7 (#796)74fad66
Update the readme with direct upload details (#795)bbbca2d
Support direct file uploads (#764)589182c
Upgrade the module to ESM and bump dependencies (#762)47309c9
Merge pull request #754
from actions/Link-/add-proxy-integration-tests02a8460
Add proxy integration testb7c566a
Merge pull request #745
from actions/upload-artifact-v6-releasee516bc8
docs: correct description of Node.js 24 support in READMESourced from actions/download-artifact's releases.
v8.0.1
What's Changed
- Support for CJK characters in the artifact name by
@danwkennedyin actions/download-artifact#471- Add a regression test for artifact name + content-type mismatches by
@danwkennedyin actions/download-artifact#472Full Changelog: https://github.com/actions/download-artifact/compare/v8...v8.0.1
v8.0.0
v8 - What's new
[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.
[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
- Don't attempt to un-zip non-zipped downloads by
@danwkennedyin actions/download-artifact#460- Add a setting to specify what to do on hash mismatch and default it to
errorby@danwkennedyin actions/download-artifact#461Full Changelog: https://github.com/actions/download-artifact/compare/v7...v8.0.0
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
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452
... (truncated)
3e5f45b
Add regression tests for CJK characters (#471)e6d03f6
Add a regression test for artifact name + content-type mismatches (#472)70fc10c
Merge pull request #461
from actions/danwkennedy/digest-mismatch-behaviorf258da9
Add change docsccc058e
Fix linting issuesbd7976b
Add a setting to specify what to do on hash mismatch and default it to
errorac21fcf
Merge pull request #460
from actions/danwkennedy/download-no-unzip15999bf
Add note about package bumps974686e
Bump the version to v8 and add release notesfbe48b1
Update test names to make it clearer what they do