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: v5.6.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: v5
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 29, 2026

  1. Fix npm audit failures on releases/v5 (#1154)

    * Fix npm audit failures on v5
    
    Override minimatch with the patched release and refresh transitive dependencies and bundled action output.
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    Copilot-Session: 61439b48-bcf1-4855-94e9-31c4da3e8314
    
    * Fix Windows lint file discovery
    
    Use ESLint's directory and extension arguments so file enumeration does not depend on minimatch handling absolute Windows paths after the security override.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Pin minimatch security override
    
    Keep the transitive override at the validated patched release to avoid unrelated changes during future lockfile refreshes.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Copilot-Session: 61439b48-bcf1-4855-94e9-31c4da3e8314
    brunoborges and Copilot authored Jul 29, 2026
    Configuration menu
    Copy the full SHA
    6a3384d View commit details
    Browse the repository at this point in the history
  2. Backport #1151: Fix missing wrapper cache distributions (#1153)

    Skip optional Maven and Gradle wrapper cache saves when their distribution paths do not exist, while allowing the main dependency cache to save.
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    Copilot-Session: c0b19ff2-ef52-4ac1-a832-0f8f72c43219
    brunoborges and Copilot authored Jul 29, 2026
    Configuration menu
    Copy the full SHA
    e498d2a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. Deprecate legacy Adopt distributions in v5 (#1186)

    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    Copilot-Session: 0cd196f2-1044-4d33-96bb-8e794a00b03c
    brunoborges authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    b6effb0 View commit details
    Browse the repository at this point in the history
Loading