Sourced from actions/checkout's releases.
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.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
Sourced from actions/checkout's changelog.
Changelog
v7.0.0
- 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#2462v6.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)
9c091bb
update error wording (#2467)1044a6d
getting ready for checkout v7 release (#2464)f028218
Bump the minor-npm-dependencies group across 1 directory with 3 updates
(#2462)d914b26
upgrade module to esm and update dependencies (#2463)537c7ef
Bump @actions/core and @actions/tool-cache
and Remove uuid (#2459)130a169
Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575
Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aa
Bump actions/publish-immutable-action (#2458)f9e715a
block checking out fork pr for pull_request_target and workflow_run (#2454)df4cb1c
Update changelog for v6.0.3 (#2446)Sourced from changesets/action's releases.
v1.9.0
Minor Changes
#636
b072bccThanks@bluwy! - Add a new@changesets/action/pr-commentsub-action to comment on PRs#625
8795eeeThanks@bluwy! - Add a new@changesets/action/pr-statussub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.Patch Changes
#535
34f64f6Thanks@Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.#632
1d54b9eThanks@bluwy! - Simplify internal implementation to get changelog entries for a package version#629
e0c90aaThanks@bluwy! - Fix custom version and publish command argument parsing#645
f9585d9Thanks@Andarist! - Improved force-push handling when usingcommitMode: "github-api"so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.
Sourced from changesets/action's changelog.
@changesets/action2.0.0-next.3
Major Changes
#680
ca57073Thanks@bluwy! - Add a newpush-git-tagsoption that complementscreate-github-releasesto control specifically if git tags should be created but not GitHub releases.If
create-github-releaseswas previously set tofalse, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, setpush-git-tagstofalseexplicitly.#681
7359107Thanks@bluwy! - Rename the root action inputs and outputs to better match the sub-actions' conventions.Inputs:
version->version-scriptpublish->publish-scriptcommit->commit-messagetitle->pr-titlebranch->pr-base-branchOutputs:
pull-request-number->pr-number#674
164652bThanks@bluwy! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to thegithub-tokeninput instead.#673
823cf74Thanks@bluwy! - Update to Changesets v3 packages#668
0eae789Thanks@bluwy! - Rename the input and output names to kebab-case instead of camelCase to match the official GitHub actions patternMinor Changes
- #678
f71ae04Thanks@Andarist! - Published packages detection done through stdout parsing was replaced with one based on the shared output file usingCHANGESETS_OUTPUTenvironment variable. When using custom scripts this environment variable should always be passed down to the Changesets CLI invocations.2.0.0-next.2
Patch Changes
#670
5a8b9b7Thanks@Andarist! - Authenticate git CLI pushes with the configured GitHub token using Git extra headers instead of writing to a global.netrcfile.#670
5a8b9b7Thanks@Andarist! - Derive the Git server URL from the GitHub Actions context when configuring git CLI authentication to support GitHub Enterprise Server setups.2.0.0-next.1
Patch Changes
#663
ccb3811Thanks@Andarist! - Fix the computed publish plan path passed internally tochangeset packby the/packsubaction.#662
5c88881Thanks@Andarist! - Fixed usage of--from-publish-planflag used by the/packsubaction#666
dc29b73Thanks@Andarist! - Fix the/versionsubaction to not crash on missingpr-base-branchinput. This input is meant to be optional.
... (truncated)
a45c4d5
v1.9.0b459b1e
Version Packages (#637)f9585d9
Update @changesets/ghcommit (#645)020e8cc
Use internal bot for versioning (#643)b072bcc
Add simple PR comment sub-action (#636)8795eee
Comment changeset status in PRs (#625)34f64f6
Fixed an issue with GitHub releases not being created for successfully
publis...1d54b9e
Simplify getChangelogEntry (#632)031358f
Update to typescript v6 (#633)a0c05f7
Bump @changesets/changelog-github from 0.5.2 to 0.7.0 (#620)Sourced from anthropics/claude-code-action's releases.
v1.0.157
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.157
v1.0.156
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.156
v1.0.155
What's Changed
- fix: filter PR reviews and inline review comments to trigger time by
@EffortlessStevenin anthropics/claude-code-action#1385- test: cover format-turns content-type fallbacks and system_other handling by
@farmer-datain anthropics/claude-code-action#1421- fix: allow @ in branch names (valid per git-check-ref-format) by
@bellalMohamedin anthropics/claude-code-action#1411New Contributors
@EffortlessStevenmade their first contribution in anthropics/claude-code-action#1385@farmer-datamade their first contribution in anthropics/claude-code-action#1421@bellalMohamedmade their first contribution in anthropics/claude-code-action#1411Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.155
v1.0.154
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.154
v1.0.153
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.153
v1.0.152
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.152
v1.0.151
What's Changed
- fix: skip workflow validation token exchange failures by
@Ryanoonanin anthropics/claude-code-action#1417New Contributors
@Ryanoonanmade their first contribution in anthropics/claude-code-action#1417Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.151
v1.0.150
Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.150
v1.0.149
What's Changed
- fix(parse-sdk-options): prevent shell-quote from collapsing unquoted Bash(X:*) rules to bare Bash by
@alexglynnin anthropics/claude-code-action#1350- fix(mcp): align allowed-tools parser with SDK option parser by
@bymlein anthropics/claude-code-action#1373New Contributors
@alexglynnmade their first contribution in anthropics/claude-code-action#1350Full Changelog: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.149
... (truncated)
428971d
chore: bump Claude Code to 2.1.191 and Agent SDK to 0.3.19174eedf1
chore: bump Claude Code to 2.1.190 and Agent SDK to 0.3.19080b3182
chore: bump Claude Code to 2.1.187 and Agent SDK to 0.3.187360be9c
fix: allow @ in branch names (valid per git-check-ref-format) (#1411)e452eb9
test: cover format-turns content-type fallbacks and system_other
handling (#1...6b80630
fix: filter PR reviews and inline review comments to trigger time (#1385)30544b6
chore: bump Claude Code to 2.1.186 and Agent SDK to 0.3.1862fee155
chore: bump Claude Code to 2.1.185 and Agent SDK to 0.3.18551705da
chore: bump Claude Code to 2.1.183 and Agent SDK to 0.3.183806af32
chore: bump Claude Code to 2.1.181 and Agent SDK to 0.3.181Sourced from actions/cache's releases.
v6.1.0
What's Changed
- Bump
@actions/cacheto v6.1.0 - handle read-only cache access by@jasonginin actions/cache#1768Full Changelog: https://github.com/actions/cache/compare/v6...v6.1.0
v6.0.0
What's Changed
- Update packages, migrate to ESM by
@Samiratin actions/cache#1760Full Changelog: https://github.com/actions/cache/compare/v5...v6.0.0
v5.1.0
What's Changed
- Bump
@actions/cacheto v5.1.0 - handle read-only cache access by@jasonginin actions/cache#1775Full Changelog: https://github.com/actions/cache/compare/v5...v5.1.0
Sourced from actions/cache's changelog.
Releases
How to prepare a release
[!NOTE] Relevant for maintainers with write access only.
- Switch to a new branch from
main.- Run
npm testto ensure all tests are passing.- Update the version in
https://github.com/actions/cache/blob/main/package.json.- Run
npm run buildto update the compiled files.- Update this
https://github.com/actions/cache/blob/main/RELEASES.mdwith the new version and changes in the## Changelogsection.- Run
licensed cacheto update the license report.- Run
licensed statusand resolve any warnings by updating thehttps://github.com/actions/cache/blob/main/.licensed.ymlfile with the exceptions.- Commit your changes and push your branch upstream.
- Open a pull request against
mainand get it reviewed and merged.- Draft a new release https://github.com/actions/cache/releases use the same version number used in
package.json
- Create a new tag with the version number.
- Auto generate release notes and update them to match the changes you made in
RELEASES.md.- Toggle the set as the latest release option.
- Publish the release.
- Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
- There should be a workflow run queued with the same version number.
- Approve the run to publish the new version and update the major tags for this action.
Changelog
6.1.0
- Bump
@actions/cacheto v6.1.0 to pick up actions/toolkit#2435 Handle cache write error due to read-only token- Switch redundant "Cache save failed" warning to debug log in save-only
6.0.0
- Updated
@actions/cacheto ^6.0.1,@actions/coreto ^3.0.1,@actions/execto ^3.0.0,@actions/ioto ^3.0.2- Migrated to ESM module system
- Upgraded Jest to v30 and test infrastructure to be ESM compatible
5.0.4
- Bump
minimatchto v3.1.5 (fixes ReDoS via globstar patterns)- Bump
undicito v6.24.1 (WebSocket decompression bomb protection, header validation fixes)- Bump
fast-xml-parserto v5.5.65.0.3
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)- Bump
@actions/coreto v2.0.35.0.2
... (truncated)
55cc834
Merge pull request #1768
from jasongin/readonly-cached8cd72f
Bump @actions/cache to v6.1.0 - handle cache write error
due to RO token2c8a9bd
Merge pull request #1760
from actions/samirat/esm_migration_and_package_updatee9b91fd
Prettier fixese4884b8
Rebuild dist10baf01
Fixed licensese39b386
Fix test mock return orderb692820
PR feedback6074912
Rebuild dist bundles as ESM to match type:module5a912e8
Fix lint and jest issuesSourced from azure/setup-helm's releases.
v5.0.1
Fixed
- #271 Fix TypeScript 6.0 compatibility errors in run.ts
- #278 fix: use chmod 755 instead of 777 for downloaded helm binary and folder
Changed
- #286 Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows in the actions group
- #285 Bump the actions group with 2 updates
- #284 Bump undici
- #283 Bump the actions group with 5 updates
- #280 Bump actions/checkout from 6.0.2 to 6.0.3 in /.github/workflows in the actions group
- #279 Bump the actions group with 2 updates
- #277 Bump vitest from 4.1.7 to 4.1.8 in the actions group
- #276 chore: remove deprecated OliverMKing release workflow, pin to SHA
- #275 Bump actions/stale from 10.2.0 to 10.3.0 in /.github/workflows in the actions group
- #274 Bump the actions group with 3 updates
- #273 Bump the actions group with 2 updates
- #269 Bump the actions group across 1 directory with 7 updates
- #268 Bump vite from 8.0.0 to 8.0.5
- #260 Migrate to ESM with esbuild/vitest and upgrade to node24 (v5.0.0)
Sourced from azure/setup-helm's changelog.
Change Log
[5.0.1] - 2026-06-23
Fixed
- #271 Fix TypeScript 6.0 compatibility errors in run.ts
- #278 fix: use chmod 755 instead of 777 for downloaded helm binary and folder
Changed
- #286 Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows in the actions group
- #285 Bump the actions group with 2 updates
- #284 Bump undici
- #283 Bump the actions group with 5 updates
- #280 Bump actions/checkout from 6.0.2 to 6.0.3 in /.github/workflows in the actions group
- #279 Bump the actions group with 2 updates
- #277 Bump vitest from 4.1.7 to 4.1.8 in the actions group
- #276 chore: remove deprecated OliverMKing release workflow, pin to SHA
- #275 Bump actions/stale from 10.2.0 to 10.3.0 in /.github/workflows in the actions group
- #274 Bump the actions group with 3 updates
- #273 Bump the actions group with 2 updates
- #269 Bump the actions group across 1 directory with 7 updates
- #268 Bump vite from 8.0.0 to 8.0.5
- #260 Migrate to ESM with esbuild/vitest and upgrade to node24 (v5.0.0)
[5.0.0] - 2026-03-23
Changed
- #259 Update Node.js runtime from node20 to node24
- #263 Bump undici
- #257 Bump undici and @actions/http-client
- #256 Bump minimatch
- #248 Bump the actions group with 2 updates
- #247 Bump the actions group with 3 updates
- #246 Bump @types/node from 25.0.2 to 25.0.3 in the actions group
- #245 Bump the actions group with 3 updates
- #243 Bump the actions group with 2 updates
- #240 Bump prettier from 3.6.2 to 3.7.3 in the actions group
- #229 Bump the actions group across 1 directory with 3 updates
- #231 Bump js-yaml from 3.14.1 to 3.14.2
- #234 Bump glob from 10.4.5 to 10.5.0
- #225 Fix build error
- #222 Bump @types/node from 24.7.2 to 24.8.1 in the actions group
- #220 Bump the actions group across 1 directory with 4 updates
- #216 Bump the actions group across 1 directory with 4 updates
- #213 Bump the actions group with 2 updates
- #211 Bump undici
- #212 Bump jest from 30.0.5 to 30.1.2 in the actions group
... (truncated)
9bc31f4
build95ecf49
Bump version to 5.0.1 and update CHANGELOG with recent changes (#287)4180b1c
Bump the actions group with 2 updates (#285)6949b7f
Bump undici (#284)51ce767
Bump actions/checkout in /.github/workflows in the actions group (#286)d6da4f4
Bump the actions group with 5 updates (#283)7e2bc10
Bump actions/checkout in /.github/workflows in the actions group (#280)64d6be9
Bump the actions group with 2 updates (#279)69214f9
fix: use chmod 755 instead of 777 for downloaded helm binary and folder
(#278)9dad99f
Bump vitest from 4.1.7 to 4.1.8 in the actions group (#277)Sourced from softprops/action-gh-release's releases.
v3.0.1
3.0.1
- maintenance release with updated dependencies
Sourced from softprops/action-gh-release's changelog.
3.0.1
- maintenance release with updated dependencies
3.0.0
3.0.0is a major release that moves the action runtime from Node 20 to Node 24. Usev3on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay onv2.6.2.What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/nodeto the Node 24 line and allow future Dependabot updates- Keep the floating major tag on
v3;v2remains pinned to the latest2.xrelease2.6.2
What's Changed
Other Changes 🔄
- chore(deps): bump picomatch from 4.0.3 to 4.0.4 by
@dependabot[bot] in softprops/action-gh-release#775- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by
@dependabot[bot] in softprops/action-gh-release#777- chore(deps): bump vite from 8.0.0 to 8.0.5 by
@dependabot[bot] in softprops/action-gh-release#7812.6.1
2.6.1is a patch release focused on restoring linked discussion thread creation whendiscussion_category_nameis set. It fixes[#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
Bug fixes 🐛
- fix: preserve discussion category on publish by
@chenrui333in softprops/action-gh-release#7652.6.0
2.6.0is a minor release centered onprevious_tagsupport forgenerate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, aworking_directorydocs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.
... (truncated)
718ea10
release 3.0.1f1a938b
chore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)0066ead
chore(deps): bump vite from 8.0.14 to 8.0.16 (#806)dc643ca
chore(deps): bump the npm group with 3 updates (#805)85ee99b
chore(deps): bump actions/checkout in the github-actions group (#804)9ed3cf9
chore(deps): bump the npm group with 2 updates (#800)3efcac8
chore(deps): bump the npm group with 3 updates (#798)05d6b91
chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)403a524
chore(deps): bump @types/node from 24.12.2 to 24.12.3 in
the npm group (#796)437e073
chore(deps): bump the npm group with 4 updates (#792)Sourced from zizmorcore/zizmor-action's releases.
v0.5.7
1.26.1 is now available via the action 1.26.1 is now the default version of zizmor used by the action
192e21d
Sync zizmor versions (#127)2720f26
Update README.md with new actions/checkout version (#126)40b41b8
chore(deps): bump the github-actions group with 2 updates (#123)a687b25
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the
github-ac...64a6900
add note to explain that the default value for
online-checks is different t...14050ab
chore(deps): bump the github-actions group with 2 updates (#118)ee9b419
chore(deps): bump github/codeql-action in the github-actions group (#116)fddf2b4
Bump pins in README (#115)