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.2.0
Choose a head ref
  • 9 commits
  • 38 files changed
  • 6 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)

    Ben Wells 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
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy