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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.0
Choose a base ref
...
head repository: actions/setup-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 2 commits
  • 59 files changed
  • 3 contributors

Commits on Jul 15, 2026

  1. Migrate to ESM and upgrade dependencies (#763)

    * Migrate to ESM and upgrade dependencies
    
    * Remove unused tsconfig.eslint.json
    
    * bump version to 7.0.0 in package.json and package-lock.json
    
    * Add ESM migration note to README for V7
    
    * Remove unnecessary devDependencies: ts-node, @types/jest
    
    * npm audit fix
    
    * Update README with ESM migration details
    
    Clarified migration details to ESM for action compatibility.
    
    * Downgrade @types/node to ^24, clean up tsconfig and README.
    priyagupta108 authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    0778a10 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. chore(deps): bump @actions/cache to 6.2.0 (#771)

    * chore(deps): bump @actions/cache to 5.2.0
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    * chore(deps): update licensed record for @actions/cache 5.2.0
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    
    * chore(deps): bump @actions/cache to 6.2.0
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    Copilot-Session: 290d6c74-496d-441c-bdbe-08fc907e0d44
    
    ---------
    
    Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
    philip-gai and Copilot authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    b7ad1da View commit details
    Browse the repository at this point in the history
Loading