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: v5
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: v6.0.0
Choose a head ref
  • 4 commits
  • 17 files changed
  • 3 contributors

Commits on Sep 9, 2025

  1. Bump ts-jest from 29.1.2 to 29.4.1 (#1336)

    * Bump ts-jest from 29.1.2 to 29.4.1
    
    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.4.1.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-version: 29.4.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * documentation update
    
    * check failure fix
    
    * text alignment
    
    * doc update
    
    * updated documentation and logs
    
    * doc update
    
    * update
    
    * doc update
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    cd2651c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Bump prettier from 2.8.8 to 3.6.2 (#1334)

    * Bump prettier from 2.8.8 to 3.6.2
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.6.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.6.2
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    89d709d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)

    Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.
    - [Commits](actions/publish-action@v0.3.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-action
      dependency-version: 0.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    1342781 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Limit automatic caching to npm, update workflows and documentation (#…

    …1374)
    
    * default to auto-caching only for npm package manager and documentation update
    
    * refactor: enhance package manager detection for auto-caching
    
    * add devEngines.packageManager detection logic for npm auto-caching
    
    * chore: bump version to 6.0.0 and update documentation
    
    * docs: update README and action.yml for npm caching logic clarification
    
    * chore: update Node.js version in workflows
    
    * chore: update Node.js versions in versions.yml
    
    * chore: update rc Node.js version in versions.yml
    
    * chore: switch macos-13 runner to macos-latest-large in workflow
    
    * docs: update README and advanced usage documentation
    priyagupta108 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    2028fbc View commit details
    Browse the repository at this point in the history
Loading