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: v4
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: v5
Choose a head ref
  • 8 commits
  • 53 files changed
  • 7 contributors

Commits on Apr 16, 2025

  1. 1 Configuration menu
    Copy the full SHA
    f4f1212 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Improve Error Handling for Setup-Java Action to Help Debug Intermitte…

    …nt Failures (#848)
    
    * error-handling
    
    * Logic update
    
    ---------
    
    Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    gowridurgad and “gowridurgad” authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ebb356c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Fix: prevent default installation of JetBrains pre-releases (#859)

    * fix: prevent default installation of JetBrains pre-releases
    
    * simplify prerelease filter logic
    
    * fix basic validation checks
    priyagupta108 authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    67aec00 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)

    * Bump eslint-plugin-jest from 27.9.0 to 29.0.1
    
    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.11.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v27.9.0...v28.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix failures
    
    * Fix lint error
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    dependabot[bot] and HarithaVattikuti authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    c190c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump undici from 5.28.5 to 5.29.0 (#833)

    * Bump undici from 5.28.5 to 5.29.0
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.5...v5.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 5.29.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix CI failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    dependabot[bot] and HarithaVattikuti authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    ae2b61d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Bumps form-data (#887)

    Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    gowridurgad and “gowridurgad” authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    e9343db View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Upgrade to node 24 (#888)

    * Upgrade to node 24
    
    Upgrading action to node 24 since new runner version.
    
    * fix tests
    
    * Fix tests and licences
    
    * format
    
    * format x2
    
    * Upgrade Node.js version in workflow files to 24.x
    
    * check failure fix
    
    * check failures fix
    
    * Fix mock platform
    
    ---------
    
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
    3 people authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0913e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Bump actions/checkout from 4 to 5 (#896)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    dded088 View commit details
    Browse the repository at this point in the history
Loading