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-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: actions/setup-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 24 files changed
  • 8 contributors

Commits on Dec 18, 2024

  1. Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 …

    …to 0.3.0 (#1174)
    
    * Update versions.yml
    
    * Update versions.yml
    
    * ubuntu-24, macos-13 updates
    
    * check -failure fix
    aparnajyothi-y authored Dec 18, 2024
    Copy the full SHA
    48b9067 View commit details

Commits on Jan 16, 2025

  1. Update README.md (#1193)

    benwells authored Jan 16, 2025
    1
    Copy the full SHA
    fbeca22 View commit details
  2. Copy the full SHA
    5eef37b View commit details
  3. Use the new cache service: upgrade @actions/cache to ^4.0.0 (#1191)

    * upgrade `@actions/cache` to `^4.0.0`
    
    * Review licenses & update types
    
    * updated package-lock.json
    priyagupta108 authored Jan 16, 2025
    Copy the full SHA
    8f9cc17 View commit details

Commits on Jan 21, 2025

  1. Bump pnpm/action-setup from 2 to 4 (#1194)

    Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 4.
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - [Commits](pnpm/action-setup@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      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 21, 2025
    Copy the full SHA
    0bc26de View commit details
  2. Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1195)

    Bumps [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action) from 0.0.3 to 0.0.4.
    - [Release notes](https://github.com/actions/publish-immutable-action/releases)
    - [Commits](actions/publish-immutable-action@0.0.3...v0.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-immutable-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Copy the full SHA
    111c4be View commit details
  3. Bump semver from 7.6.0 to 7.6.3 (#1196)

    * Bump semver from 7.6.0 to 7.6.3
    
    Bumps [semver](https://github.com/npm/node-semver) from 7.6.0 to 7.6.3.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.6.0...v7.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for check-dist & license check failures
    
    ---------
    
    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 21, 2025
    Copy the full SHA
    260f870 View commit details
  4. Bump @types/jest from 29.5.12 to 29.5.14 (#1201)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Copy the full SHA
    574f09a View commit details

Commits on Jan 22, 2025

  1. Bump undici from 5.28.4 to 5.28.5 (#1205)

    * Bump undici from 5.28.4 to 5.28.5
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.4...v5.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for check-dist and license failures
    
    * npm run updates
    
    ---------
    
    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 22, 2025
    Copy the full SHA
    1d0ff46 View commit details

Commits on Jan 27, 2025

  1. Bump @actions/glob from 0.4.0 to 0.5.0 (#1200)

    * Bump @actions/glob from 0.4.0 to 0.5.0
    
    Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.0 to 0.5.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/glob"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for check-dist and license failures
    
    ---------
    
    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 27, 2025
    Copy the full SHA
    8026329 View commit details

Commits on Mar 11, 2025

  1. actions/cache upgrade (#1251)

    Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    gowridurgad and “gowridurgad” authored Mar 11, 2025
    Copy the full SHA
    a7c2d94 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v4.1.0...main