Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: actions/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 8 commits
  • 38 files changed
  • 7 contributors

Commits on Aug 24, 2026

  1. docs: complete v6 release highlights (#1254)

    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    Copilot-Session: bb8de955-60c9-4a56-a7a2-d0be5d32dbc4
    brunoborges authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    85030b7 View commit details
    Browse the repository at this point in the history
  2. chore: streamline Dependabot updates (#1255)

    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    Copilot-Session: 916e0cf3-84f7-43fa-9822-3dac5cf8c5e6
    brunoborges authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    1a8f22b View commit details
    Browse the repository at this point in the history
  3. 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
    dependabot[bot] and brunoborges authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    2732291 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2026

  1. [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>
    Copilot authored Sep 3, 2026
    Configuration menu
    Copy the full SHA
    8fd3240 View commit details
    Browse the repository at this point in the history
  2. 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
    3 people authored Sep 3, 2026
    Configuration menu
    Copy the full SHA
    4889c4a View commit details
    Browse the repository at this point in the history
  3. 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>
    brunoborges and johnoliver authored Sep 3, 2026
    Configuration menu
    Copy the full SHA
    0781fc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2026

  1. 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
    3 people authored Sep 9, 2026
    Configuration menu
    Copy the full SHA
    134912a View commit details
    Browse the repository at this point in the history
  2. 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
    3 people authored Sep 9, 2026
    Configuration menu
    Copy the full SHA
    de7274f View commit details
    Browse the repository at this point in the history
Loading