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: v4
Choose a head ref
  • 17 commits
  • 51 files changed
  • 11 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
    Configuration menu
    Copy the full SHA
    48b9067 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Update README.md (#1193)

    benwells authored Jan 16, 2025
    1 Configuration menu
    Copy the full SHA
    fbeca22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eef37b View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    8f9cc17 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    0bc26de View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    111c4be View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    260f870 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    574f09a View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    1d0ff46 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    8026329 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. actions/cache upgrade (#1251)

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

Commits on Mar 12, 2025

  1. Bump @vercel/ncc from 0.38.1 to 0.38.3 (#1203)

    * Bump @vercel/ncc from 0.38.1 to 0.38.3
    
    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.3.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.1...0.38.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix for 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 Mar 12, 2025
    Configuration menu
    Copy the full SHA
    22c0e74 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Bump @actions/tool-cache from 2.0.1 to 2.0.2 (#1220)

    * Bump @actions/tool-cache from 2.0.1 to 2.0.2
    
    Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 2.0.1 to 2.0.2.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/tool-cache"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * check failures fix
    
    ---------
    
    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 Mar 13, 2025
    Configuration menu
    Copy the full SHA
    cdca736 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    1ccdddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40337cb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. feat: support private mirrors (#1240)

    * feat: support private mirrors
    
    * chore: change fallback message with mirrors
    marco-ippolito authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    e3ce749 View commit details
    Browse the repository at this point in the history
  2. Bump @action/cache from 4.0.2 to 4.0.3 (#1262)

    * Update versions.yml
    
    * Update versions.yml
    
    * actions/cache upgrade to 4.0.3
    
    * events update
    
    * npm audit fix revert
    
    * npm adit fix revert
    aparnajyothi-y authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    49933ea View commit details
    Browse the repository at this point in the history
Loading