-
Notifications
You must be signed in to change notification settings - Fork 870
Comparing changes
Open a pull request
base repository: actions/setup-java
base: v6.0.0
head repository: actions/setup-java
compare: v6.0.1
- 8 commits
- 38 files changed
- 7 contributors
Commits on Aug 24, 2026
-
docs: complete v6 release highlights (#1254)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: bb8de955-60c9-4a56-a7a2-d0be5d32dbc4
Configuration menu - View commit details
-
Copy full SHA for 85030b7 - Browse repository at this point
Copy the full SHA 85030b7View commit details -
chore: streamline Dependabot updates (#1255)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 916e0cf3-84f7-43fa-9822-3dac5cf8c5e6
Configuration menu - View commit details
-
Copy full SHA for 1a8f22b - Browse repository at this point
Copy the full SHA 1a8f22bView commit details -
chore(deps-dev): update eslint and globals (#1256)
* chore(deps-dev): bump the monthly-npm-updates group with 3 updates Bumps the monthly-npm-updates group with 3 updates: [eslint](https://github.com/eslint/eslint), [globals](https://github.com/sindresorhus/globals) and [typescript](https://github.com/microsoft/TypeScript). Updates `eslint` from 10.8.0 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.0...v10.8.1) Updates `globals` from 17.9.0 to 17.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.9.0...v17.11.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.3...v7.0.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monthly-npm-updates - dependency-name: globals dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monthly-npm-updates - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: monthly-npm-updates ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): keep TypeScript on supported version TypeScript 7 is outside the peer dependency ranges supported by typescript-eslint and ts-jest, causing npm ci to fail before dist can be rebuilt. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f1ca1f37-990b-4feb-9e3d-708cfdccbb6e --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Borges <brborges@microsoft.com> Copilot-Session: f1ca1f37-990b-4feb-9e3d-708cfdccbb6e
Configuration menu - View commit details
-
Copy full SHA for 2732291 - Browse repository at this point
Copy the full SHA 2732291View commit details
Commits on Sep 3, 2026
-
[WIP] Fix failing GitHub Actions job for temurin 17 (#1259)
* Initial plan * Install GnuPG in Alpine E2E job --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8fd3240 - Browse repository at this point
Copy the full SHA 8fd3240View commit details -
Fix Temurin EA E2E signature verification (#1260)
* Configure Temurin EA E2E signature verification Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> * Disable signature verification for Temurin EA E2E Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> * Fix Temurin EA signature verification scope Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7ac2d888-2383-49c7-9178-da5455a10034 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> Co-authored-by: Bruno Borges <brborges@microsoft.com> Copilot-Session: 7ac2d888-2383-49c7-9178-da5455a10034
Configuration menu - View commit details
-
Copy full SHA for 4889c4a - Browse repository at this point
Copy the full SHA 4889c4aView commit details -
Fix alpine failures by switching default back to only warn on verific…
…ation failures. To prevent build failures due to missing GPG or rotated vendor keys. (#1262) Also allow multiple GPG keys to be provided. Co-authored-by: John <1615532+johnoliver@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0781fc6 - Browse repository at this point
Copy the full SHA 0781fc6View commit details
Commits on Sep 9, 2026
-
Fix import-safe checks when scripts are run from a path with symlinks (…
…#1265) * Fix import-safe checks when scripts are run from a path with symlinks In v6, setup-java was made "import-safe" to facilitate testing. This prevents setup-java & cleanup-java from doing anything when their sources get imported. This works fine in the general case, but actually invoking the script (`node setup-java/index.js`) when the path to the script contains symlinks led to the script incorrectly believing it was imported, and refuse to actually run. To fix this, we pass `process.argv[1]` through `fs.realpathSync`, which resolves symlinks in the path. Fixes #1264 * Preserve import safety when resolving symlink entrypoints Share entrypoint detection between setup and cleanup, handle non-file entrypoints safely, and normalize both paths for preserved symlinks. Add real-process regression coverage and rebuild action bundles. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 831c32f2-a275-45bd-a92b-c387372a1554 * Update js-yaml to fix merge-source denial of service Bump the transitive development dependency from 3.15.1 to 3.15.2 to address GHSA-2883-xcg3-v3hh without changing dependency ranges or CI checks. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 831c32f2-a275-45bd-a92b-c387372a1554 --------- Co-authored-by: Bruno Borges <brborges@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 831c32f2-a275-45bd-a92b-c387372a1554
Configuration menu - View commit details
-
Copy full SHA for 134912a - Browse repository at this point
Copy the full SHA 134912aView commit details -
Avoid macOS GPG socket overflow on long runner paths (#1266)
* Initial plan * Fix signature verification GPG homes on long runner paths * Keep macOS GPG verification homes within socket limits Use /tmp for signature verification on macOS while preserving runner temp behavior elsewhere. Cover long and canonical OS temp paths and regenerate action bundles. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32d31c8d-ddbc-4e57-a5c3-f70588fef3f3 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Bruno Borges <brborges@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 32d31c8d-ddbc-4e57-a5c3-f70588fef3f3
Configuration menu - View commit details
-
Copy full SHA for de7274f - Browse repository at this point
Copy the full SHA de7274fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.0...v6.0.1