Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Choose a base ref
Loading
...
head repository:actions/setup-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5.0.0
Choose a head ref
Loading
  • 7commits
  • 56files changed
  • 7contributors

Commits on Jun 18, 2025

  1. Bump @octokit/request-error and @actions/github (#1227)

    * Bump @octokit/request-error and @actions/githubBumps [@octokit/request-error](https://github.com/octokit/request-error.js) to 5.1.1 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). These dependencies need to be updated together.Updates `@octokit/request-error` from 2.1.0 to 5.1.1- [Release notes](https://github.com/octokit/request-error.js/releases)- [Commits](octokit/request-error.js@v2.1.0...v5.1.1)Updates `@actions/github` from 5.1.1 to 6.0.0- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)---updated-dependencies:- dependency-name: "@octokit/request-error"  dependency-type: indirect- dependency-name: "@actions/github"  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>* Fix failures---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    @dependabot@HarithaVattikuti
    dependabot[bot] andHarithaVattikuti authoredJun 18, 2025
    Configuration menu
    Copy the full SHA
    08f58d1View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump uuid from 9.0.1 to 11.1.0 (#1273)

    * Bump uuid from 9.0.1 to 11.1.0Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0.- [Release notes](https://github.com/uuidjs/uuid/releases)- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)- [Commits](uuidjs/uuid@v9.0.1...v11.1.0)---updated-dependencies:- dependency-name: uuid  dependency-version: 11.1.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* Bump uuid from 9.0.1 to 11.1.0Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0.- [Release notes](https://github.com/uuidjs/uuid/releases)- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)- [Commits](uuidjs/uuid@v9.0.1...v11.1.0)---updated-dependencies:- dependency-name: uuid  dependency-version: 11.1.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* Fix failures---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
    @dependabot@HarithaVattikuti
    dependabot[bot] andHarithaVattikuti authoredJul 15, 2025
    Configuration menu
    Copy the full SHA
    7e24a65View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Bump undici from 5.28.5 to 5.29.0 (#1295)

    * Bump undici from 5.28.5 to 5.29.0Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.- [Release notes](https://github.com/nodejs/undici/releases)- [Commits](nodejs/undici@v5.28.5...v5.29.0)---updated-dependencies:- dependency-name: undici  dependency-version: 5.29.0  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>* check failures fix* check-failures fix* 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>Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    @dependabot@aparnajyothi-y
    3 people authoredJul 25, 2025
    Configuration menu
    Copy the full SHA
    65becefView commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Bumps form-data (#1332)

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

Commits on Aug 26, 2025

  1. Enhance caching in setup-node with automatic package manager detection (

    #1348)* setup node in local* Enhance caching in setup-node with package manager filed detection* updated with array* update the field
    @priya-kinthali
    priya-kinthali authoredAug 26, 2025
    Configuration menu
    Copy the full SHA
    d7a1131View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Upgrade action to use node24 (#1325)

    * Change Node.js version to 24Update Node.js version from 20 to 24 in action.yml* update and vulnerability fixes* update node version check* update licences* node version check update* update version for test* node version* update node version to 24.0.0 in tool-versions and package-volta.json* node 24* update to 24* update to specify engines* check failures fix* update package-lock.json* licensed update* check failure fix* documentation update---------Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    @salmanmkc@aparnajyothi-y
    salmanmkc andaparnajyothi-y authoredSep 3, 2025
    2Configuration menu
    Copy the full SHA
    b7234ccView commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 5 (#1345)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v4...v5)---updated-dependencies:- dependency-name: actions/checkout  dependency-version: '5'  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
    dependabot[bot] authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    a0853c2View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp