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.1.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: v6.2.0
Choose a head ref
  • 7 commits
  • 79 files changed
  • 6 contributors

Commits on Dec 18, 2025

  1. Example for restore-only cache in documentation (#696)

    * cache-restore-only example
    
    * resolve conflicts
    
    * example update
    
    * format update
    
    * format update
    
    * update
    aparnajyothi-y authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    4aaadf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Fix Node.js version in action.yml (#691)

    It looks like the Node.js version specified in action.yml was left behind
    when we upgraded the project to Node.js 24. This commit updates action.yml
    to reflect the correct Node.js version.
    ccoVeille authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    02aadfe View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 3.14.1 to 3.14.2 (#682)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    bf7446a View commit details
    Browse the repository at this point in the history
  3. Bump @actions/cache to v5 (#695)

    * Bump @actions/cache to version 5.0.0 in package.json and package-lock.json
    
    * Bump @actions/cache to v5
    
    * prepease release 6.0.1
    
    * Bump @actions/cache to v5.0.1
    
    - Resolves punycode deprecation warning
    - Updates licensed cache metadata
    
    * upgrade actions/cache to 5.0.1
    
    ---------
    
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    salmanmkc and aparnajyothi-y authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    ae252ee View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

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

Commits on Jan 13, 2026

  1. Bump actions/checkout from 5 to 6 (#686)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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 Jan 13, 2026
    Configuration menu
    Copy the full SHA
    b9adafd View commit details
    Browse the repository at this point in the history
  2. Bump qs from 6.14.0 to 6.14.1 (#703)

    * Bump qs from 6.11.2 to 6.14.1
    
    Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1.
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.11.2...v6.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-version: 6.14.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * package.json version update
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    7a3fe6c View commit details
    Browse the repository at this point in the history
Loading