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.4.2
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: v2.5.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 1, 2025

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

    Bumps the npm group with 4 updates in the / directory: [glob](https://github.com/isaacs/node-glob), [mime-types](https://github.com/jshttp/mime-types), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8).
    
    
    Updates `glob` from 11.0.3 to 13.0.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v13.0.0)
    
    Updates `mime-types` from 3.0.1 to 3.0.2
    - [Release notes](https://github.com/jshttp/mime-types/releases)
    - [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
    - [Commits](jshttp/mime-types@v3.0.1...v3.0.2)
    
    Updates `@types/node` from 20.19.24 to 20.19.25
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@vitest/coverage-v8` from 4.0.6 to 4.0.13
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.13/packages/coverage-v8)
    
    Updates `vitest` from 4.0.6 to 4.0.13
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.13/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 13.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm
    - dependency-name: mime-types
      dependency-version: 3.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@types/node"
      dependency-version: 20.19.25
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: "@vitest/coverage-v8"
      dependency-version: 4.0.13
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: vitest
      dependency-version: 4.0.13
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    1bfc62a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout in the github-actions group (#689)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5.0.0 to 5.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...93cb6ef)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    8797328 View commit details
    Browse the repository at this point in the history
  3. feat: mark release as draft until all artifacts are uploaded (#692)

    Previously, the releases were created and then artifacts (if any)
    were added to them. This broke when GitHub released "immutable"
    releases, which disallow changes after the release is published.
    
    Make it so that releases are always marked as "draft" when being
    worked on by the action, and unmarked as draft (if desired) once
    the action is completed.
    
    Fixes #653
    dumbmoron authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    7da8983 View commit details
    Browse the repository at this point in the history
  4. release 2.5.0

    Signed-off-by: Rui Chen <[email protected]>
    chenrui333 committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a06a81a View commit details
    Browse the repository at this point in the history
Loading