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
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
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)