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/checkout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6
Choose a base ref
...
head repository: actions/checkout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7
Choose a head ref
  • 9 commits
  • 65 files changed
  • 3 contributors

Commits on Jun 16, 2026

  1. block checking out fork pr for pull_request_target and workflow_run (#…

    …2454)
    
    * block checking out fork pr for some events
    
    * address copilot and reviewer feedback
    
    * run prettier formatting
    
    * build
    
    * update urls
    
    * update readme
    
    * update description and url again
    
    * edit url one more time
    aiqiaoy authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    f9e715a View commit details
    Browse the repository at this point in the history
  2. Bump actions/publish-immutable-action (#2458)

    Bumps the minor-actions-dependencies group with 1 update in the / directory: [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action).
    
    
    Updates `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-version: 0.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    0f9f3aa View commit details
    Browse the repository at this point in the history
  3. Bump flatted from 3.3.1 to 3.4.2 (#2460)

    Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.1 to 3.4.2.
    - [Commits](WebReflection/flatted@v3.3.1...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: flatted
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    7d09575 View commit details
    Browse the repository at this point in the history
  4. Bump js-yaml from 4.1.0 to 4.2.0 (#2461)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.2.0.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nodeca/js-yaml/commits)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.2.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    130a169 View commit details
    Browse the repository at this point in the history
  5. Bump @actions/core and @actions/tool-cache and Remove uuid (#2459)

    * Bump uuid, @actions/core and @actions/tool-cache
    
    Bumps [uuid](https://github.com/uuidjs/uuid), [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache). These dependencies needed to be updated together.
    
    Updates `uuid` from 9.0.1 to 14.0.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...v14.0.0)
    
    Updates `@actions/core` from 1.10.1 to 1.11.1
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    Updates `@actions/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: uuid
      dependency-version: 14.0.0
      dependency-type: direct:production
    - dependency-name: "@actions/core"
      dependency-version: 1.11.1
      dependency-type: direct:production
    - dependency-name: "@actions/tool-cache"
      dependency-version: 2.0.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * switch to use crpto.randomUUID
    
    * update license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com>
    dependabot[bot] and aiqiaoy authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    537c7ef View commit details
    Browse the repository at this point in the history
  6. upgrade module to esm and update dependencies (#2463)

    * upgrade module to esm so I can update dependencies
    
    * fix ci failures
    aiqiaoy authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    d914b26 View commit details
    Browse the repository at this point in the history
  7. Bump the minor-npm-dependencies group across 1 directory with 3 updat…

    …es (#2462)
    
    * Bump the minor-npm-dependencies group across 1 directory with 3 updates
    
    Bumps the minor-npm-dependencies group with 3 updates in the / directory: [@vercel/ncc](https://github.com/vercel/ncc), [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest).
    
    
    Updates `@vercel/ncc` from 0.38.4 to 0.44.0
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.4...0.44.0)
    
    Updates `prettier` from 3.3.3 to 3.8.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.3...3.8.4)
    
    Updates `ts-jest` from 29.2.5 to 29.4.11
    - [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.2.5...v29.4.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-version: 0.44.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    - dependency-name: prettier
      dependency-version: 3.8.4
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    - dependency-name: ts-jest
      dependency-version: 29.4.11
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run prettier
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com>
    dependabot[bot] and aiqiaoy authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    f028218 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. getting ready for checkout v7 release (#2464)

    * getting ready for checkout v7 release
    
    * update changelog wording
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    aiqiaoy and Copilot authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    1044a6d View commit details
    Browse the repository at this point in the history
  2. update error wording (#2467)

    aiqiaoy authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    9c091bb View commit details
    Browse the repository at this point in the history
Loading