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)
Sourced from astral-sh/setup-uv's releases.
v7.1.4 🌈 Fix libuv closing bug on Windows
Changes
This release fixes the bug
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING)on Windows runners🐛 Bug fixes
- Wait 50ms before exit to fix libuv bug
@eifinger(#689)🧰 Maintenance
- chore: update known checksums for 0.9.10 @github-actions[bot] (#681)
- chore: update known checksums for 0.9.9 @github-actions[bot] (#679)
v7.1.3 🌈 Support act
Changes
This bug fix release adds support for https://github.com/nektos/act It was previously broken because of a too new
undiciversion and TS transpilation target.Compatibility with act is now automatically tested.
🐛 Bug fixes
- use old undici and ES2022 target for act support
@eifinger(#678)🧰 Maintenance
- chore: update known checksums for 0.9.8 @github-actions[bot] (#677)
- chore: update known checksums for 0.9.7 @github-actions[bot] (#671)
- chore: update known checksums for 0.9.6 @github-actions[bot] (#670)
📚 Documentation
- Correct description of
cache-dependency-glob@allanlewis(#676)
1e862df
Wait 50ms before exit to fix libuv bug (#689)d7d33e1
chore: update known checksums for 0.9.10 (#681)486d0b8
chore: update known checksums for 0.9.9 (#679)5a7eac6
use old undici and ES2022 target for act support (#678)b49dc9e
chore: update known checksums for 0.9.8 (#677)30ce38e
Correct description of cache-dependency-glob (#676)0d20755
chore: update known checksums for 0.9.7 (#671)8491d1d
chore: update known checksums for 0.9.6 (#670)Sourced from stainless-api/upload-openapi-spec-action's releases.
v1.7.0
1.7.0 (2025-11-17)
Features
Sourced from stainless-api/upload-openapi-spec-action's changelog.
Changelog
1.7.0 (2025-11-17)
Features
- preview: add output documented_spec_path to preview action (#135) (5e80cc4)
- preview: add output_dir input and write documented spec to file (#137) (d30490c)
1.6.0 (2025-10-30)
Features
Bug Fixes
1.5.5 (2025-09-26)
Bug Fixes
- rollback filtering diagnostics by target (54328a3)
1.5.4 (2025-09-25)
Bug Fixes
1.5.3 (2025-09-16)
Bug Fixes
1.5.2 (2025-09-15)
Bug Fixes
... (truncated)
9133735
chore(main): release 1.7.0 (#136)641c28a
chore(build): Update distd30490c
feat(preview): add output_dir input and write documented spec to file
(#137)5e80cc4
feat(preview): add output documented_spec_path to preview action (#135)6daa518
chore(docs): document OIDC org-matching requirementSourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.9
⚙️ Fixes an incompatibility with the recently released
actions/checkout@v6.What's Changed
- ~70 dependency updates by
@dependabot- docs: fix workaround description about
ready_for_reviewby@ybiquitousin peter-evans/create-pull-request#3939- Docs:
add-pathsdefault behavior by@joeflack4in peter-evans/create-pull-request#3928- docs: update to create-github-app-token v2 by
@Gooolerin peter-evans/create-pull-request#4063- Fix compatibility with actions/checkout@v6 by
@ericsciplein peter-evans/create-pull-request#4230New Contributors
@joeflack4made their first contribution in peter-evans/create-pull-request#3928@Gooolermade their first contribution in peter-evans/create-pull-request#4063@ericsciplemade their first contribution in peter-evans/create-pull-request#4230Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.8...v7.0.9
84ae59a
fix: compatibility with actions/checkout@v6 (#4230)b4733b9
build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#4222)0edc001
build(deps-dev): bump the npm group with 2 updates (#4201)430aea0
build(deps): bump the github-actions group with 3 updates (#4200)46cdba7
build(deps-dev): bump the npm group with 3 updates (#4185)b937339
build(deps): bump the github-actions group with 2 updates (#4184)e9af275
ci: update dependabot configd3e081a
build(deps-dev): bump @types/node from 18.19.127 to
18.19.128 (#4178)9ec683e
build(deps-dev): bump @types/node from 18.19.125 to
18.19.127 (#4165)65d8d10
build(deps-dev): bump ts-jest from 29.4.2 to 29.4.4 (#4163)