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: softprops/action-gh-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: softprops/action-gh-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 12, 2026

  1. chore(deps): bump the npm group across 1 directory with 7 updates (#783)

    * chore(deps): bump the npm group across 1 directory with 7 updates
    
    Bumps the npm group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `9.0.0` | `9.1.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.37` | `20.19.39` |
    | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.4` |
    | [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.28.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
    
    
    
    Updates `@actions/github` from 9.0.0 to 9.1.0
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    Updates `@types/node` from 20.19.37 to 20.19.39
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.4
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8)
    
    Updates `esbuild` from 0.27.4 to 0.28.0
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.27.4...v0.28.0)
    
    Updates `prettier` from 3.8.1 to 3.8.2
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.8.1...3.8.2)
    
    Updates `typescript` from 5.9.3 to 6.0.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)
    
    Updates `vitest` from 4.1.0 to 4.1.4
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@types/node"
      dependency-version: 20.19.39
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@vitest/coverage-v8"
      dependency-version: 4.1.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: esbuild
      dependency-version: 0.28.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: prettier
      dependency-version: 3.8.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: typescript
      dependency-version: 6.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm
    - dependency-name: vitest
      dependency-version: 4.1.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ci: comment on stale dist bundles
    
    Signed-off-by: Rui Chen <[email protected]>
    
    * update dist/index.js
    
    Signed-off-by: Rui Chen <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Rui Chen <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Chen <[email protected]>
    dependabot[bot] and chenrui333 authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    c2e35e0 View commit details
    Browse the repository at this point in the history
  2. release: cut v3.0.0 for Node 24 upgrade (#670)

    - feat: move action runtime to node24 and require Node >=24
    - chore: bump @types/node, enable Dependabot updates, rebuild dist
    - cut 3.0.0 release
    
    Signed-off-by: Rui Chen <[email protected]>
    Copilot authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    b430933 View commit details
    Browse the repository at this point in the history
Loading