feat: mark release as draft until all artifacts are uploaded#692
Merged
Conversation
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 softprops#653
chenrui333
approved these changes
Dec 1, 2025
Collaborator
|
@dumbmoron thanks for adding this feature! |
|
finally 🥳 |
|
I saw an unusual thing with v2.5.0, a GH Release was unexpectedly marked as "latest", and think it may be related to this change. Please take a look, thanks: #703 |
EronWright
added a commit
to EronWright/action-gh-release
that referenced
this pull request
Dec 3, 2025
PR softprops#692 introduced draft-first release creation, but finalizeRelease does not pass make_latest when updating the release from draft to published. This causes releases to be marked as "latest" despite make_latest: false being set. When make_latest is omitted from the updateRelease call, GitHub's API defaults to determining "latest" based on semver comparison, ignoring the original make_latest setting. Fixes softprops#703
mergify Bot
added a commit
to robfrank/linklift
that referenced
this pull request
Dec 14, 2025
Bumps the github-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` | | [actions/setup-java](https://github.com/actions/setup-java) | `5.0.0` | `5.1.0` | | [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) | `1.4.3` | `1.4.4` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.4.2` | `2.5.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.5` | `4.31.7` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.9` | `7.0.11` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.268.0` | `1.269.0` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.96.0` | `2.97.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.0.0` | `6.1.0` | Updates `actions/checkout` from 6.0.0 to 6.0.1 Release notes *Sourced from [actions/checkout's releases](https://github.com/actions/checkout/releases).* > v6.0.1 > ------ > > What's Changed > -------------- > > * Update all references from v5 and v4 to v6 by [`@ericsciple`](https://github.com/ericsciple) in [actions/checkout#2314](https://redirect.github.com/actions/checkout/pull/2314) > * Add worktree support for persist-credentials includeIf by [`@ericsciple`](https://github.com/ericsciple) in [actions/checkout#2327](https://redirect.github.com/actions/checkout/pull/2327) > * Clarify v6 README by [`@ericsciple`](https://github.com/ericsciple) in [actions/checkout#2328](https://redirect.github.com/actions/checkout/pull/2328) > > **Full Changelog**: <actions/checkout@v6...v6.0.1> Commits * [`8e8c483`](actions/checkout@8e8c483) Clarify v6 README ([#2328](https://redirect.github.com/actions/checkout/issues/2328)) * [`033fa0d`](actions/checkout@033fa0d) Add worktree support for persist-credentials includeIf ([#2327](https://redirect.github.com/actions/checkout/issues/2327)) * [`c2d88d3`](actions/checkout@c2d88d3) Update all references from v5 and v4 to v6 ([#2314](https://redirect.github.com/actions/checkout/issues/2314)) * See full diff in [compare view](actions/checkout@1af3b93...8e8c483) Updates `actions/setup-java` from 5.0.0 to 5.1.0 Release notes *Sourced from [actions/setup-java's releases](https://github.com/actions/setup-java/releases).* > v5.1.0 > ------ > > What's Changed > -------------- > > ### New Features > > * Add support for `.sdkmanrc` file in `java-version-file` parameter by [`@guicamest`](https://github.com/guicamest) in [actions/setup-java#736](https://redirect.github.com/actions/setup-java/pull/736) > * Add support for Microsoft OpenJDK 25 builds by [`@the-mod`](https://github.com/the-mod) in [actions/setup-java#927](https://redirect.github.com/actions/setup-java/pull/927) > > ### Bug Fixes & Improvements > > * Update Regex to Support All ASDF Versions for the supported distributions in tool-versions File by [`@aparnajyothi-y`](https://github.com/aparnajyothi-y) in [actions/setup-java#767](https://redirect.github.com/actions/setup-java/pull/767) > * Enhance error logging for network failures to include endpoint/IP details, add retry mechanism and update workflows to use macos-15-intel by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-java#946](https://redirect.github.com/actions/setup-java/pull/946) > * Update SapMachine URLs by [`@RealCLanger`](https://github.com/RealCLanger) in [actions/setup-java#955](https://redirect.github.com/actions/setup-java/pull/955) > * Add GitHub Token Support for GraalVM and Refactor Code by [`@mahabaleshwars`](https://github.com/mahabaleshwars) in [actions/setup-java#849](https://redirect.github.com/actions/setup-java/pull/849) > > ### Documentation changes > > * Update documentation to use checkout and Java v5 by [`@lmvysakh`](https://github.com/lmvysakh) in [actions/setup-java#903](https://redirect.github.com/actions/setup-java/pull/903) > * Clarify JAVA\_HOME and PATH setup in README by [`@chiranjib-swain`](https://github.com/chiranjib-swain) in [actions/setup-java#841](https://redirect.github.com/actions/setup-java/pull/841) > > ### Dependency updates > > * Upgrade prettier from 2.8.8 to 3.6.2 and document breaking changes in v5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-java#873](https://redirect.github.com/actions/setup-java/pull/873) > * Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-java#912](https://redirect.github.com/actions/setup-java/pull/912) > > New Contributors > ---------------- > > * [`@lmvysakh`](https://github.com/lmvysakh) made their first contribution in [actions/setup-java#903](https://redirect.github.com/actions/setup-java/pull/903) > * [`@chiranjib-swain`](https://github.com/chiranjib-swain) made their first contribution in [actions/setup-java#841](https://redirect.github.com/actions/setup-java/pull/841) > * [`@the-mod`](https://github.com/the-mod) made their first contribution in [actions/setup-java#927](https://redirect.github.com/actions/setup-java/pull/927) > * [`@priya-kinthali`](https://github.com/priya-kinthali) made their first contribution in [actions/setup-java#946](https://redirect.github.com/actions/setup-java/pull/946) > * [`@guicamest`](https://github.com/guicamest) made their first contribution in [actions/setup-java#736](https://redirect.github.com/actions/setup-java/pull/736) > > **Full Changelog**: <actions/setup-java@v5...v5.1.0> Commits * [`f2beeb2`](actions/setup-java@f2beeb2) Bump actions/publish-action from 0.3.0 to 0.4.0 ([#912](https://redirect.github.com/actions/setup-java/issues/912)) * [`4e7e684`](actions/setup-java@4e7e684) feat: Add support for `.sdkmanrc` file in `java-version-file` parameter ([#736](https://redirect.github.com/actions/setup-java/issues/736)) * [`46c56d6`](actions/setup-java@46c56d6) Add GitHub Token Support for GraalVM and Refactor Code ([#849](https://redirect.github.com/actions/setup-java/issues/849)) * [`66b9457`](actions/setup-java@66b9457) Update SapMachine URLs ([#955](https://redirect.github.com/actions/setup-java/issues/955)) * [`6ba5449`](actions/setup-java@6ba5449) Enhance error logging for network failures to include endpoint/IP details, ad... * [`de5a937`](actions/setup-java@de5a937) adds microsoft openjdk25 builds ([#927](https://redirect.github.com/actions/setup-java/issues/927)) * [`ead9eaa`](actions/setup-java@ead9eaa) Update Regex to Support All ASDF Versions for the supported distributions in ... * [`8c57fa3`](actions/setup-java@8c57fa3) Clarify JAVA\_HOME and PATH setup in README ([#841](https://redirect.github.com/actions/setup-java/issues/841)) * [`a7ab372`](actions/setup-java@a7ab372) Bump prettier from 2.8.8 to 3.6.2 ([#873](https://redirect.github.com/actions/setup-java/issues/873)) * [`d0351b4`](actions/setup-java@d0351b4) Update documentation to use checkout and Java v5 ([#903](https://redirect.github.com/actions/setup-java/issues/903)) * See full diff in [compare view](actions/setup-java@dded088...f2beeb2) Updates `graalvm/setup-graalvm` from 1.4.3 to 1.4.4 Release notes *Sourced from [graalvm/setup-graalvm's releases](https://github.com/graalvm/setup-graalvm/releases).* > v1.4.4 > ------ > > What's Changed > -------------- > > * Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions-updates group by [`@dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#198](https://redirect.github.com/graalvm/setup-graalvm/pull/198) > * Bump the npm-updates group with 10 updates by [`@dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#197](https://redirect.github.com/graalvm/setup-graalvm/pull/197) > > **Full Changelog**: <graalvm/setup-graalvm@v1.4.3...v1.4.4> Commits * [`790e289`](graalvm/setup-graalvm@790e289) Bump version to `1.4.4`. * [`434a92b`](graalvm/setup-graalvm@434a92b) Update dist files. * [`fe4a6b3`](graalvm/setup-graalvm@fe4a6b3) Update dependencies * [`d8578a7`](graalvm/setup-graalvm@d8578a7) Bump the npm-updates group with 10 updates * [`98e485c`](graalvm/setup-graalvm@98e485c) Bump actions/checkout in the github-actions-updates group * See full diff in [compare view](graalvm/setup-graalvm@dec5790...790e289) Updates `softprops/action-gh-release` from 2.4.2 to 2.5.0 Release notes *Sourced from [softprops/action-gh-release's releases](https://github.com/softprops/action-gh-release/releases).* > v2.5.0 > ------ > > What's Changed > -------------- > > ### Exciting New Features 🎉 > > * feat: mark release as draft until all artifacts are uploaded by [`@dumbmoron`](https://github.com/dumbmoron) in [softprops/action-gh-release#692](https://redirect.github.com/softprops/action-gh-release/pull/692) > > ### Other Changes 🔄 > > * chore(deps): bump the npm group across 1 directory with 5 updates by [`@dependabot`](https://github.com/dependabot)[bot] in [softprops/action-gh-release#697](https://redirect.github.com/softprops/action-gh-release/pull/697) > * chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group by [`@dependabot`](https://github.com/dependabot)[bot] in [softprops/action-gh-release#689](https://redirect.github.com/softprops/action-gh-release/pull/689) > > New Contributors > ---------------- > > * [`@dumbmoron`](https://github.com/dumbmoron) made their first contribution in [softprops/action-gh-release#692](https://redirect.github.com/softprops/action-gh-release/pull/692) > > **Full Changelog**: <softprops/action-gh-release@v2.4.2...v2.5.0> Changelog *Sourced from [softprops/action-gh-release's changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md).* > 2.5.0 > ----- > > What's Changed > -------------- > > ### Exciting New Features 🎉 > > * feat: mark release as draft until all artifacts are uploaded by [`@dumbmoron`](https://github.com/dumbmoron) in [softprops/action-gh-release#692](https://redirect.github.com/softprops/action-gh-release/pull/692) > > ### Other Changes 🔄 > > * dependency updates > > 2.4.2 > ----- > > What's Changed > -------------- > > ### Exciting New Features 🎉 > > * feat: Ensure generated release notes cannot be over 125000 characters by [`@BeryJu`](https://github.com/BeryJu) in [softprops/action-gh-release#684](https://redirect.github.com/softprops/action-gh-release/pull/684) > > ### Other Changes 🔄 > > * dependency updates > > 2.4.1 > ----- > > What's Changed > -------------- > > ### Other Changes 🔄 > > * fix(util): support brace expansion globs containing commas in parseInputFiles by [`@Copilot`](https://github.com/Copilot) in [softprops/action-gh-release#672](https://redirect.github.com/softprops/action-gh-release/pull/672) > * fix: gracefully fallback to body when body\_path cannot be read by [`@Copilot`](https://github.com/Copilot) in [softprops/action-gh-release#671](https://redirect.github.com/softprops/action-gh-release/pull/671) > > 2.4.0 > ----- > > What's Changed > -------------- > > ### Exciting New Features 🎉 > > * feat(action): respect working\_directory for files globs by [`@stephenway`](https://github.com/stephenway) in [softprops/action-gh-release#667](https://redirect.github.com/softprops/action-gh-release/pull/667) > > 2.3.4 > ----- > > What's Changed > -------------- > > ### Bug fixes 🐛 > > * fix(action): handle 422 already\_exists race condition by [`@stephenway`](https://github.com/stephenway) in [softprops/action-gh-release#665](https://redirect.github.com/softprops/action-gh-release/pull/665) > > ### Other Changes 🔄 ... (truncated) Commits * [`a06a81a`](softprops/action-gh-release@a06a81a) release 2.5.0 * [`7da8983`](softprops/action-gh-release@7da8983) feat: mark release as draft until all artifacts are uploaded ([#692](https://redirect.github.com/softprops/action-gh-release/issues/692)) * [`8797328`](softprops/action-gh-release@8797328) chore(deps): bump actions/checkout in the github-actions group ([#689](https://redirect.github.com/softprops/action-gh-release/issues/689)) * [`1bfc62a`](softprops/action-gh-release@1bfc62a) chore(deps): bump the npm group across 1 directory with 5 updates ([#697](https://redirect.github.com/softprops/action-gh-release/issues/697)) * See full diff in [compare view](softprops/action-gh-release@5be0e66...a06a81a) Updates `github/codeql-action` from 4.31.5 to 4.31.7 Release notes *Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).* > v4.31.7 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 4.31.7 - 05 Dec 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.7. [#3343](https://redirect.github.com/github/codeql-action/pull/3343) > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.7/CHANGELOG.md) for more information. > > v4.31.6 > ------- > > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > 4.31.6 - 01 Dec 2025 > -------------------- > > No user facing changes. > > See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.6/CHANGELOG.md) for more information. Changelog *Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).* > CodeQL Action Changelog > ======================= > > See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. > > [UNRELEASED] > ------------ > > No user facing changes. > > 4.31.7 - 05 Dec 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.7. [#3343](https://redirect.github.com/github/codeql-action/pull/3343) > > 4.31.6 - 01 Dec 2025 > -------------------- > > No user facing changes. > > 4.31.5 - 24 Nov 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.6. [#3321](https://redirect.github.com/github/codeql-action/pull/3321) > > 4.31.4 - 18 Nov 2025 > -------------------- > > No user facing changes. > > 4.31.3 - 13 Nov 2025 > -------------------- > > * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/). > * Update default CodeQL bundle version to 2.23.5. [#3288](https://redirect.github.com/github/codeql-action/pull/3288) > > 4.31.2 - 30 Oct 2025 > -------------------- > > No user facing changes. > > 4.31.1 - 30 Oct 2025 > -------------------- > > * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced. > > 4.31.0 - 24 Oct 2025 > -------------------- > > * Bump minimum CodeQL bundle version to 2.17.6. [#3223](https://redirect.github.com/github/codeql-action/pull/3223) > * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [#3222](https://redirect.github.com/github/codeql-action/pull/3222) > > 4.30.9 - 17 Oct 2025 > -------------------- > > * Update default CodeQL bundle version to 2.23.3. [#3205](https://redirect.github.com/github/codeql-action/pull/3205) > * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [#3204](https://redirect.github.com/github/codeql-action/pull/3204) > > 4.30.8 - 10 Oct 2025 > -------------------- > > No user facing changes. ... (truncated) Commits * [`cf1bb45`](github/codeql-action@cf1bb45) Merge pull request [#3344](https://redirect.github.com/github/codeql-action/issues/3344) from github/update-v4.31.7-f5c63fadd * [`f4ebe95`](github/codeql-action@f4ebe95) Update changelog for v4.31.7 * [`f5c63fa`](github/codeql-action@f5c63fa) Merge pull request [#3343](https://redirect.github.com/github/codeql-action/issues/3343) from github/update-bundle/codeql-bundle-v2.23.7 * [`a2c01e7`](github/codeql-action@a2c01e7) Add changelog note * [`ac34c13`](github/codeql-action@ac34c13) Update default bundle to codeql-bundle-v2.23.7 * [`267c467`](github/codeql-action@267c467) Merge pull request [#3339](https://redirect.github.com/github/codeql-action/issues/3339) from github/dependabot/npm\_and\_yarn/npm-minor-77d264... * [`aeabef7`](github/codeql-action@aeabef7) Merge branch 'main' into dependabot/npm\_and\_yarn/npm-minor-77d26487b0 * [`78357d3`](github/codeql-action@78357d3) Merge pull request [#3341](https://redirect.github.com/github/codeql-action/issues/3341) from github/mbg/ci/update-cs-config-cli-tests * [`d61a6fa`](github/codeql-action@d61a6fa) Update CLI config test to account for overlay db changes on PRs * [`ce27e95`](github/codeql-action@ce27e95) Rebuild * Additional commits viewable in [compare view](github/codeql-action@fdbfb4d...cf1bb45) Updates `peter-evans/create-pull-request` from 7.0.9 to 7.0.11 Release notes *Sourced from [peter-evans/create-pull-request's releases](https://github.com/peter-evans/create-pull-request/releases).* > Create Pull Request v7.0.11 > --------------------------- > > What's Changed > -------------- > > * fix: restrict remote prune to self-hosted runners by [`@peter-evans`](https://github.com/peter-evans) in [peter-evans/create-pull-request#4250](https://redirect.github.com/peter-evans/create-pull-request/pull/4250) > > **Full Changelog**: <peter-evans/create-pull-request@v7.0.10...v7.0.11> > > Create Pull Request v7.0.10 > --------------------------- > > ⚙️ Fixes an issue where updating a pull request failed when targeting a forked repository with the same owner as its parent. > > What's Changed > -------------- > > * build(deps): bump the github-actions group with 2 updates by [`@dependabot`](https://github.com/dependabot)[bot] in [peter-evans/create-pull-request#4235](https://redirect.github.com/peter-evans/create-pull-request/pull/4235) > * build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in the npm group by [`@dependabot`](https://github.com/dependabot)[bot] in [peter-evans/create-pull-request#4240](https://redirect.github.com/peter-evans/create-pull-request/pull/4240) > * fix: provider list pulls fallback for multi fork same owner by [`@peter-evans`](https://github.com/peter-evans) in [peter-evans/create-pull-request#4245](https://redirect.github.com/peter-evans/create-pull-request/pull/4245) > > New Contributors > ---------------- > > * [`@obnyis`](https://github.com/obnyis) made their first contribution in [peter-evans/create-pull-request#4064](https://redirect.github.com/peter-evans/create-pull-request/pull/4064) > > **Full Changelog**: <peter-evans/create-pull-request@v7.0.9...v7.0.10> Commits * [`22a9089`](peter-evans/create-pull-request@22a9089) fix: restrict remote prune to self-hosted runners ([#4250](https://redirect.github.com/peter-evans/create-pull-request/issues/4250)) * [`d4f3be6`](peter-evans/create-pull-request@d4f3be6) fix: provider list pulls fallback for multi fork same owner ([#4245](https://redirect.github.com/peter-evans/create-pull-request/issues/4245)) * [`bc8a47f`](peter-evans/create-pull-request@bc8a47f) build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in the npm group ([#4240](https://redirect.github.com/peter-evans/create-pull-request/issues/4240)) * [`a67ef28`](peter-evans/create-pull-request@a67ef28) build(deps): bump the github-actions group with 2 updates ([#4235](https://redirect.github.com/peter-evans/create-pull-request/issues/4235)) * See full diff in [compare view](peter-evans/create-pull-request@84ae59a...22a9089) Updates `ruby/setup-ruby` from 1.268.0 to 1.269.0 Release notes *Sourced from [ruby/setup-ruby's releases](https://github.com/ruby/setup-ruby/releases).* > v1.269.0 > -------- > > What's Changed > -------------- > > * Account for Bundler 4 by [`@eregon`](https://github.com/eregon) in [ruby/setup-ruby#832](https://redirect.github.com/ruby/setup-ruby/pull/832) > > **Full Changelog**: <ruby/setup-ruby@v1.268.0...v1.269.0> Commits * [`d697be2`](ruby/setup-ruby@d697be2) Account for Bundler 4 * See full diff in [compare view](ruby/setup-ruby@8aeb6ff...d697be2) Updates `updatecli/updatecli-action` from 2.96.0 to 2.97.0 Release notes *Sourced from [updatecli/updatecli-action's releases](https://github.com/updatecli/updatecli-action/releases).* > v2.97.0 🌈 > --------- > > Changes > ------- > > * deps: update updatecli version to v0.111.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) ([#986](https://redirect.github.com/updatecli/updatecli-action/issues/986)) > * deps(updatecli/policies): bump all policies @[updateclibot[bot]](https://github.com/apps/updateclibot) ([#985](https://redirect.github.com/updatecli/updatecli-action/issues/985)) > > 🧰 Maintenance > ------------- > > * deps: bump Updatecli GH action to v2.96.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) ([#982](https://redirect.github.com/updatecli/updatecli-action/issues/982)) > > Contributors > ------------ > > [`@updateclibot`](https://github.com/updateclibot)[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot) Commits * [`9a21b69`](updatecli/updatecli-action@9a21b69) deps: update updatecli version to v0.111.0 ([#986](https://redirect.github.com/updatecli/updatecli-action/issues/986)) * [`afc5668`](updatecli/updatecli-action@afc5668) deps(updatecli/policies): bump all policies ([#985](https://redirect.github.com/updatecli/updatecli-action/issues/985)) * [`613ad53`](updatecli/updatecli-action@613ad53) deps: bump Updatecli GH action to v2.96.0 ([#982](https://redirect.github.com/updatecli/updatecli-action/issues/982)) * See full diff in [compare view](updatecli/updatecli-action@5ca3636...9a21b69) Updates `actions/setup-node` from 6.0.0 to 6.1.0 Release notes *Sourced from [actions/setup-node's releases](https://github.com/actions/setup-node/releases).* > v6.1.0 > ------ > > What's Changed > -------------- > > ### Enhancement: > > * Remove always-auth configuration handling by [`@priyagupta108`](https://github.com/priyagupta108) in [actions/setup-node#1436](https://redirect.github.com/actions/setup-node/pull/1436) > > ### Dependency updates: > > * Upgrade `@actions/cache` from 4.0.3 to 4.1.0 by [`@dependabot`](https://github.com/dependabot)[bot] in [actions/setup-node#1384](https://redirect.github.com/actions/setup-node/pull/1384) > * Upgrade actions/checkout from 5 to 6 by [`@dependabot`](https://github.com/dependabot)[bot] in [actions/setup-node#1439](https://redirect.github.com/actions/setup-node/pull/1439) > * Upgrade js-yaml from 3.14.1 to 3.14.2 by [`@dependabot`](https://github.com/dependabot)[bot] in [actions/setup-node#1435](https://redirect.github.com/actions/setup-node/pull/1435) > > ### Documentation update: > > * Add example for restore-only cache in documentation by [`@aparnajyothi-y`](https://github.com/aparnajyothi-y) in [actions/setup-node#1419](https://redirect.github.com/actions/setup-node/pull/1419) > > **Full Changelog**: <actions/setup-node@v6...v6.1.0> Commits * [`395ad32`](actions/setup-node@395ad32) Bump js-yaml from 3.14.1 to 3.14.2 ([#1435](https://redirect.github.com/actions/setup-node/issues/1435)) * [`a4d2e2b`](actions/setup-node@a4d2e2b) Bump actions/checkout from 5 to 6 ([#1439](https://redirect.github.com/actions/setup-node/issues/1439)) * [`b9b25d4`](actions/setup-node@b9b25d4) Remove always-auth configuration handling from action ([#1436](https://redirect.github.com/actions/setup-node/issues/1436)) * [`633bb92`](actions/setup-node@633bb92) Bump `@actions/cache` from 4.0.3 to 4.1.0 ([#1384](https://redirect.github.com/actions/setup-node/issues/1384)) * [`dda4788`](actions/setup-node@dda4788) Add example for restore-only cache in documentation ([#1419](https://redirect.github.com/actions/setup-node/issues/1419)) * See full diff in [compare view](actions/setup-node@2028fbc...395ad32) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
|
Thank you for this pull request, dumb moron. |
scornet256
added a commit
to scornet256/gogitlabber
that referenced
this pull request
May 18, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | action | major | `v2` → `v3` | --- ### Release Notes <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v3.0.0`](https://github.com/softprops/action-gh-release/releases/tag/v3.0.0) [Compare Source](softprops/action-gh-release@v3.0.0...v3.0.0) `3.0.0` is a major release that moves the action runtime from Node 20 to Node 24. Use `v3` on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on `v2.6.2`. #### What's Changed ##### Other Changes 🔄 - Move the action runtime and bundle target to Node 24 - Update `@types/node` to the Node 24 line and allow future Dependabot updates - Keep the floating major tag on `v3`; `v2` remains pinned to the latest `2.x` release ### [`v3`](softprops/action-gh-release@v2.6.2...v3.0.0) [Compare Source](softprops/action-gh-release@v2.6.2...v3.0.0) ### [`v2.6.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.6.2) [Compare Source](softprops/action-gh-release@v2.6.1...v2.6.2) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes 🔄 - chore(deps): bump picomatch from 4.0.3 to 4.0.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​775](softprops/action-gh-release#775) - chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​777](softprops/action-gh-release#777) - chore(deps): bump vite from 8.0.0 to 8.0.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​781](softprops/action-gh-release#781) **Full Changelog**: <softprops/action-gh-release@v2...v2.6.2> ### [`v2.6.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.6.1) [Compare Source](softprops/action-gh-release@v2.6.0...v2.6.1) `2.6.1` is a patch release focused on restoring linked discussion thread creation when `discussion_category_name` is set. It fixes `#764`, where the draft-first publish flow stopped carrying the discussion category through the final publish step. If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible. #### What's Changed ##### Bug fixes 🐛 - fix: preserve discussion category on publish by [@​chenrui333](https://github.com/chenrui333) in [#​765](softprops/action-gh-release#765) ### [`v2.6.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.6.0) [Compare Source](softprops/action-gh-release@v2.5.3...v2.6.0) `2.6.0` is a minor release centered on `previous_tag` support for `generate_release_notes`, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a `working_directory` docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published. If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible. #### What's Changed ##### Exciting New Features 🎉 - feat: support previous\_tag for generate\_release\_notes by [@​pocesar](https://github.com/pocesar) in [#​372](softprops/action-gh-release#372) ##### Bug fixes 🐛 - fix: recover concurrent asset metadata 404s by [@​chenrui333](https://github.com/chenrui333) in [#​760](softprops/action-gh-release#760) ##### Other Changes 🔄 - docs: clarify reused draft release behavior by [@​chenrui333](https://github.com/chenrui333) in [#​759](softprops/action-gh-release#759) - docs: clarify working\_directory input by [@​chenrui333](https://github.com/chenrui333) in [#​761](softprops/action-gh-release#761) - ci: verify dist bundle freshness by [@​chenrui333](https://github.com/chenrui333) in [#​762](softprops/action-gh-release#762) - fix: clarify immutable prerelease uploads by [@​chenrui333](https://github.com/chenrui333) in [#​763](softprops/action-gh-release#763) ### [`v2.5.3`](https://github.com/softprops/action-gh-release/releases/tag/v2.5.3) [Compare Source](softprops/action-gh-release@v2.5.2...v2.5.3) <!-- Release notes generated using configuration in .github/release.yml at master --> `2.5.3` is a patch release focused on the remaining path-handling and release-selection bugs uncovered after `2.5.2`. It fixes `#639`, `#571`, `#280`, `#614`, `#311`, `#403`, and `#368`. It also adds documentation clarifications for `#541`, `#645`, `#542`, `#393`, and `#411`, where the current behavior is either usage-sensitive or constrained by GitHub platform limits rather than an action-side runtime bug. If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible. #### What's Changed ##### Bug fixes 🐛 - fix: prefer token input over GITHUB\_TOKEN by [@​chenrui333](https://github.com/chenrui333) in [#​751](softprops/action-gh-release#751) - fix: clean up duplicate drafts after canonicalization by [@​chenrui333](https://github.com/chenrui333) in [#​753](softprops/action-gh-release#753) - fix: support Windows-style file globs by [@​chenrui333](https://github.com/chenrui333) in [#​754](softprops/action-gh-release#754) - fix: normalize refs-tag inputs by [@​chenrui333](https://github.com/chenrui333) in [#​755](softprops/action-gh-release#755) - fix: expand tilde file paths by [@​chenrui333](https://github.com/chenrui333) in [#​756](softprops/action-gh-release#756) ##### Other Changes 🔄 - docs: clarify token precedence by [@​chenrui333](https://github.com/chenrui333) in [#​752](softprops/action-gh-release#752) - docs: clarify GitHub release limits by [@​chenrui333](https://github.com/chenrui333) in [#​758](softprops/action-gh-release#758) - documentation clarifications for empty-token handling, `preserve_order`, and special-character asset filename behavior **Full Changelog**: <softprops/action-gh-release@v2...v2.5.3> ### [`v2.5.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.5.2) [Compare Source](softprops/action-gh-release@v2.5.1...v2.5.2) <!-- Release notes generated using configuration in .github/release.yml at master --> `2.5.2` is a patch release focused on the remaining release-creation and prerelease regressions in the `2.5.x` bug-fix cycle. It fixes `#705`, fixes `#708`, fixes `#740`, fixes `#741`, and fixes `#722`. Regression testing covers the shared-tag race, prerelease event behavior, dotfile asset labels, same-filename concurrent uploads, and blocked-tag cleanup behavior. If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible. #### What's Changed ##### Bug fixes 🐛 - fix: canonicalize releases after concurrent create by [@​chenrui333](https://github.com/chenrui333) in [#​746](softprops/action-gh-release#746) - fix: preserve prereleased events for prereleases by [@​chenrui333](https://github.com/chenrui333) in [#​748](softprops/action-gh-release#748) - fix: restore dotfile asset labels by [@​chenrui333](https://github.com/chenrui333) in [#​749](softprops/action-gh-release#749) - fix: handle upload already\_exists races across workflows by [@​api2062](https://github.com/api2062) in [#​745](softprops/action-gh-release#745) - fix: clean up orphan drafts when tag creation is blocked by [@​chenrui333](https://github.com/chenrui333) in [#​750](softprops/action-gh-release#750) #### New Contributors - [@​api2062](https://github.com/api2062) made their first contribution in [#​745](softprops/action-gh-release#745) **Full Changelog**: <softprops/action-gh-release@v2...v2.5.2> ### [`v2.5.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.5.1) [Compare Source](softprops/action-gh-release@v2.5.0...v2.5.1) <!-- Release notes generated using configuration in .github/release.yml at master --> `2.5.1` is a patch release focused on regressions introduced in `2.5.0` and on release lookup reliability. It fixes `#713`, addresses `#703`, and fixes `#724`. Regression testing shows that current `master` no longer reproduces the finalize-race behavior reported in `#704` and `#709`. #### What's Changed ##### Bug fixes 🐛 - fix: fetch correct asset URL after finalization; test; some refactoring by [@​pzhlkj6612](https://github.com/pzhlkj6612) in [#​738](softprops/action-gh-release#738) - fix: release marked as 'latest' despite make\_latest: false by [@​Boshen](https://github.com/Boshen) in [#​715](softprops/action-gh-release#715) - fix: use getReleaseByTag API instead of iterating all releases by [@​kim-em](https://github.com/kim-em) in [#​725](softprops/action-gh-release#725) ##### Other Changes 🔄 - dependency updates, including the ESM/runtime compatibility refresh in [#​731](softprops/action-gh-release#731) #### New Contributors - [@​autarch](https://github.com/autarch) made their first contribution in [#​716](softprops/action-gh-release#716) - [@​pzhlkj6612](https://github.com/pzhlkj6612) made their first contribution in [#​738](softprops/action-gh-release#738) - [@​Boshen](https://github.com/Boshen) made their first contribution in [#​715](softprops/action-gh-release#715) - [@​kim-em](https://github.com/kim-em) made their first contribution in [#​725](softprops/action-gh-release#725) **Full Changelog**: <softprops/action-gh-release@v2...v2.5.1> ### [`v2.5.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.5.0) [Compare Source](softprops/action-gh-release@v2.4.2...v2.5.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat: mark release as draft until all artifacts are uploaded by [@​dumbmoron](https://github.com/dumbmoron) in [#​692](softprops/action-gh-release#692) ##### Other Changes 🔄 - chore(deps): bump the npm group across 1 directory with 5 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​697](softprops/action-gh-release#697) - chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​689](softprops/action-gh-release#689) #### New Contributors - [@​dumbmoron](https://github.com/dumbmoron) made their first contribution in [#​692](softprops/action-gh-release#692) **Full Changelog**: <softprops/action-gh-release@v2.4.2...v2.5.0> ### [`v2.4.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.4.2) [Compare Source](softprops/action-gh-release@v2.4.1...v2.4.2) #### What's Changed ##### Exciting New Features 🎉 - feat: Ensure generated release notes cannot be over 125000 characters by [@​BeryJu](https://github.com/BeryJu) in [#​684](softprops/action-gh-release#684) ##### Other Changes 🔄 - dependency updates #### New Contributors - [@​BeryJu](https://github.com/BeryJu) made their first contribution in [#​684](softprops/action-gh-release#684) **Full Changelog**: <softprops/action-gh-release@v2.4.1...v2.4.2> ### [`v2.4.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.4.1) [Compare Source](softprops/action-gh-release@v2.4.0...v2.4.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes 🔄 - fix(util): support brace expansion globs containing commas in parseInputFiles by [@​Copilot](https://github.com/Copilot) in [#​672](softprops/action-gh-release#672) - fix: gracefully fallback to body when body\_path cannot be read by [@​Copilot](https://github.com/Copilot) in [#​671](softprops/action-gh-release#671) **Full Changelog**: <softprops/action-gh-release@v2...v2.4.1> ### [`v2.4.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.4.0) [Compare Source](softprops/action-gh-release@v2.3.4...v2.4.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat(action): respect working\_directory for files globs by [@​stephenway](https://github.com/stephenway) in [#​667](softprops/action-gh-release#667) ##### Other Changes 🔄 - chore(deps): bump the npm group with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​668](softprops/action-gh-release#668) **Full Changelog**: <softprops/action-gh-release@v2.3.4...v2.4.0> ### [`v2.3.4`](https://github.com/softprops/action-gh-release/releases/tag/v2.3.4) [Compare Source](softprops/action-gh-release@v2.3.3...v2.3.4) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug fixes 🐛 - fix(action): handle 422 already\_exists race condition by [@​stephenway](https://github.com/stephenway) in [#​665](softprops/action-gh-release#665) ##### Other Changes 🔄 - chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​656](softprops/action-gh-release#656) - chore(deps): bump [@​types/node](https://github.com/types/node) from 20.19.11 to 20.19.13 in the npm group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​655](softprops/action-gh-release#655) - chore(deps): bump vite from 7.0.0 to 7.1.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​657](softprops/action-gh-release#657) - chore(deps): bump the npm group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​662](softprops/action-gh-release#662) - chore(deps): bump the npm group with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​666](softprops/action-gh-release#666) **Full Changelog**: <softprops/action-gh-release@v2...v2.3.4> ### [`v2.3.3`](https://github.com/softprops/action-gh-release/releases/tag/v2.3.3) [Compare Source](softprops/action-gh-release@v2.3.2...v2.3.3) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat: add input option `overwrite_files` by [@​asfernandes](https://github.com/asfernandes) in [#​343](softprops/action-gh-release#343) ##### Other Changes 🔄 - dependency updates #### New Contributors - [@​asfernandes](https://github.com/asfernandes) made their first contribution in [#​343](softprops/action-gh-release#343) **Full Changelog**: <softprops/action-gh-release@v2...v2.3.3> ### [`v2.3.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.3.2) [Compare Source](softprops/action-gh-release@v2.3.1...v2.3.2) - fix: revert fs `readableWebStream` change ### [`v2.3.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.3.1) [Compare Source](softprops/action-gh-release@v2.3.0...v2.3.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug fixes 🐛 - fix: fix file closing issue by [@​WailGree](https://github.com/WailGree) in [#​629](softprops/action-gh-release#629) #### New Contributors - [@​WailGree](https://github.com/WailGree) made their first contribution in [#​629](softprops/action-gh-release#629) **Full Changelog**: <softprops/action-gh-release@v2.3.0...v2.3.1> ### [`v2.3.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.3.0) [Compare Source](softprops/action-gh-release@v2.2.2...v2.3.0) <!-- Release notes generated using configuration in .github/release.yml at master --> - Migrate from jest to vitest - Replace `mime` with `mime-types` - Bump to use node 24 - Dependency updates **Full Changelog**: <softprops/action-gh-release@v2.2.2...v2.3.0> ### [`v2.2.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.2.2) [Compare Source](softprops/action-gh-release@v2.2.1...v2.2.2) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug fixes 🐛 - fix: updating release draft status from true to false by [@​galargh](https://github.com/galargh) in [#​316](softprops/action-gh-release#316) ##### Other Changes 🔄 - chore: simplify ref\_type test by [@​steinybot](https://github.com/steinybot) in [#​598](softprops/action-gh-release#598) - fix(docs): clarify the default for tag\_name by [@​muzimuzhi](https://github.com/muzimuzhi) in [#​599](softprops/action-gh-release#599) - test(release): add unit tests when searching for a release by [@​rwaskiewicz](https://github.com/rwaskiewicz) in [#​603](softprops/action-gh-release#603) - dependency updates #### New Contributors - [@​steinybot](https://github.com/steinybot) made their first contribution in [#​598](softprops/action-gh-release#598) - [@​muzimuzhi](https://github.com/muzimuzhi) made their first contribution in [#​599](softprops/action-gh-release#599) - [@​galargh](https://github.com/galargh) made their first contribution in [#​316](softprops/action-gh-release#316) - [@​rwaskiewicz](https://github.com/rwaskiewicz) made their first contribution in [#​603](softprops/action-gh-release#603) **Full Changelog**: <softprops/action-gh-release@v2.2.1...v2.2.2> ### [`v2.2.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.2.1) [Compare Source](softprops/action-gh-release@v2.2.0...v2.2.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug fixes 🐛 - fix: big file uploads by [@​xen0n](https://github.com/xen0n) in [#​562](softprops/action-gh-release#562) ##### Other Changes 🔄 - chore(deps): bump [@​types/node](https://github.com/types/node) from 22.10.1 to 22.10.2 by [@​dependabot](https://github.com/dependabot) in [#​559](softprops/action-gh-release#559) - chore(deps): bump [@​types/node](https://github.com/types/node) from 22.10.2 to 22.10.5 by [@​dependabot](https://github.com/dependabot) in [#​569](softprops/action-gh-release#569) - chore: update error and warning messages for not matching files in files field by [@​ytimocin](https://github.com/ytimocin) in [#​568](softprops/action-gh-release#568) #### New Contributors - [@​ytimocin](https://github.com/ytimocin) made their first contribution in [#​568](softprops/action-gh-release#568) **Full Changelog**: <softprops/action-gh-release@v2.2.0...v2.2.1> ### [`v2.2.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.2.0) [Compare Source](softprops/action-gh-release@v2.1.0...v2.2.0) #### What's Changed ##### Exciting New Features 🎉 - feat: read the release assets asynchronously by [@​xen0n](https://github.com/xen0n) in [#​552](softprops/action-gh-release#552) ##### Bug fixes 🐛 - fix(docs): clarify the default for tag\_name by [@​alexeagle](https://github.com/alexeagle) in [#​544](softprops/action-gh-release#544) ##### Other Changes 🔄 - chore(deps): bump typescript from 5.6.3 to 5.7.2 by [@​dependabot](https://github.com/dependabot) in [#​548](softprops/action-gh-release#548) - chore(deps): bump [@​types/node](https://github.com/types/node) from 22.9.0 to 22.9.4 by [@​dependabot](https://github.com/dependabot) in [#​547](softprops/action-gh-release#547) - chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by [@​dependabot](https://github.com/dependabot) in [#​545](softprops/action-gh-release#545) - chore(deps): bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3 by [@​dependabot](https://github.com/dependabot) in [#​543](softprops/action-gh-release#543) - chore(deps): bump prettier from 3.3.3 to 3.4.1 by [@​dependabot](https://github.com/dependabot) in [#​550](softprops/action-gh-release#550) - chore(deps): bump [@​types/node](https://github.com/types/node) from 22.9.4 to 22.10.1 by [@​dependabot](https://github.com/dependabot) in [#​551](softprops/action-gh-release#551) - chore(deps): bump prettier from 3.4.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot) in [#​554](softprops/action-gh-release#554) #### New Contributors - [@​alexeagle](https://github.com/alexeagle) made their first contribution in [#​544](softprops/action-gh-release#544) - [@​xen0n](https://github.com/xen0n) made their first contribution in [#​552](softprops/action-gh-release#552) **Full Changelog**: <softprops/action-gh-release@v2.1.0...v2.2.0> ### [`v2.1.0`](https://github.com/softprops/action-gh-release/releases/tag/v2.1.0) [Compare Source](softprops/action-gh-release@v2.0.9...v2.1.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat: add support for release assets with multiple spaces within the name by [@​dukhine](https://github.com/dukhine) in [#​518](softprops/action-gh-release#518) - feat: preserve upload order by [@​richarddd](https://github.com/richarddd) in [#​500](softprops/action-gh-release#500) ##### Other Changes 🔄 - chore(deps): bump [@​types/node](https://github.com/types/node) from 22.8.2 to 22.8.7 by [@​dependabot](https://github.com/dependabot) in [#​539](softprops/action-gh-release#539) #### New Contributors - [@​dukhine](https://github.com/dukhine) made their first contribution in [#​518](softprops/action-gh-release#518) - [@​richarddd](https://github.com/richarddd) made their first contribution in [#​500](softprops/action-gh-release#500) **Full Changelog**: <softprops/action-gh-release@v2...v2.1.0> ### [`v2.0.9`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.9) [Compare Source](softprops/action-gh-release@v2.0.8...v2.0.9) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed - maintenance release with updated dependencies #### New Contributors - [@​kbakdev](https://github.com/kbakdev) made their first contribution in [#​521](softprops/action-gh-release#521) **Full Changelog**: <softprops/action-gh-release@v2...v2.0.9> ### [`v2.0.8`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.8) [Compare Source](softprops/action-gh-release@v2.0.7...v2.0.8) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes 🔄 - chore(deps): bump prettier from 2.8.0 to 3.3.3 by [@​dependabot](https://github.com/dependabot) in [#​480](softprops/action-gh-release#480) - chore(deps): bump [@​types/node](https://github.com/types/node) from 20.14.9 to 20.14.11 by [@​dependabot](https://github.com/dependabot) in [#​483](softprops/action-gh-release#483) - chore(deps): bump [@​octokit/plugin-throttling](https://github.com/octokit/plugin-throttling) from 9.3.0 to 9.3.1 by [@​dependabot](https://github.com/dependabot) in [#​484](softprops/action-gh-release#484) - chore(deps): bump glob from 10.4.2 to 11.0.0 by [@​dependabot](https://github.com/dependabot) in [#​477](softprops/action-gh-release#477) - refactor: write jest config in ts by [@​chenrui333](https://github.com/chenrui333) in [#​485](softprops/action-gh-release#485) - chore(deps): bump [@​actions/github](https://github.com/actions/github) from 5.1.1 to 6.0.0 by [@​dependabot](https://github.com/dependabot) in [#​470](softprops/action-gh-release#470) **Full Changelog**: <softprops/action-gh-release@v2...v2.0.8> ### [`v2.0.7`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.7) [Compare Source](softprops/action-gh-release@v2.0.6...v2.0.7) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug fixes 🐛 - Fix missing update release body by [@​FirelightFlagboy](https://github.com/FirelightFlagboy) in [#​365](softprops/action-gh-release#365) ##### Other Changes 🔄 - Bump [@​octokit/plugin-retry](https://github.com/octokit/plugin-retry) from 4.0.3 to 7.1.1 by [@​dependabot](https://github.com/dependabot) in [#​443](softprops/action-gh-release#443) - Bump typescript from 4.9.5 to 5.5.2 by [@​dependabot](https://github.com/dependabot) in [#​467](softprops/action-gh-release#467) - Bump [@​types/node](https://github.com/types/node) from 20.14.6 to 20.14.8 by [@​dependabot](https://github.com/dependabot) in [#​469](softprops/action-gh-release#469) - Bump [@​types/node](https://github.com/types/node) from 20.14.8 to 20.14.9 by [@​dependabot](https://github.com/dependabot) in [#​473](softprops/action-gh-release#473) - Bump typescript from 5.5.2 to 5.5.3 by [@​dependabot](https://github.com/dependabot) in [#​472](softprops/action-gh-release#472) - Bump ts-jest from 29.1.5 to 29.2.2 by [@​dependabot](https://github.com/dependabot) in [#​479](softprops/action-gh-release#479) - docs: document that existing releases are updated by [@​jvanbruegge](https://github.com/jvanbruegge) in [#​474](softprops/action-gh-release#474) #### New Contributors - [@​jvanbruegge](https://github.com/jvanbruegge) made their first contribution in [#​474](softprops/action-gh-release#474) - [@​FirelightFlagboy](https://github.com/FirelightFlagboy) made their first contribution in [#​365](softprops/action-gh-release#365) **Full Changelog**: <softprops/action-gh-release@v2.0.6...v2.0.7> ### [`v2.0.6`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.6) [Compare Source](softprops/action-gh-release@v2.0.5...v2.0.6) maintenance release with updated dependencies ### [`v2.0.5`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.5) [Compare Source](softprops/action-gh-release@v2.0.4...v2.0.5) - Factor in file names with spaces when upserting files [#​446](softprops/action-gh-release#446) via [@​MystiPanda](https://github.com/MystiPanda) - Improvements to error handling [#​449](softprops/action-gh-release#449) via [@​till](https://github.com/till) ### [`v2.0.4`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.4) [Compare Source](softprops/action-gh-release@v2.0.3...v2.0.4) - Minor follow up to [#​417](softprops/action-gh-release#417). [#​425](softprops/action-gh-release#425) ### [`v2.0.3`](softprops/action-gh-release@v2.0.2...v2.0.3) [Compare Source](softprops/action-gh-release@v2.0.2...v2.0.3) ### [`v2.0.2`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.2) [Compare Source](softprops/action-gh-release@v2.0.1...v2.0.2) - Revisit approach to [#​384](softprops/action-gh-release#384) making unresolved pattern failures opt-in [#​417](softprops/action-gh-release#417) ### [`v2.0.1`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.1) [Compare Source](softprops/action-gh-release@v2...v2.0.1) - Add support for make\_latest property [#​304](softprops/action-gh-release#304) via [@​samueljseay](https://github.com/samueljseay) - Fail run if files setting contains invalid patterns [#​384](softprops/action-gh-release#384) via [@​rpdelaney](https://github.com/rpdelaney) - Add support for proxy env variables (don't use node-fetch) [#​386/](softprops/action-gh-release#386) via [@​timor-raiman](https://github.com/timor-raiman) - Suppress confusing warning when input\_files is empty [#​389](softprops/action-gh-release#389) via [@​Drowze](https://github.com/Drowze) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://git.simoncor.net/golang/gogitlabber/pulls/3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Test/example runs can be found here: https://github.com/schlizzawg/pr-692-action-gh-release/actions
Fixes #653