[PR #901] chore(deps): Bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 #900

Open
opened 2026-02-26 06:32:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/901
Author: @dependabot[bot]
Created: 2/25/2026
Status: 🔄 Open

Base: masterHead: dependabot/github_actions/svenstaro/upload-release-action-2.11.4


📝 Commits (1)

  • 93b05a1 chore(deps): Bump svenstaro/upload-release-action from 2.11.3 to 2.11.4

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/appstore-build-publish.yml (+1 -1)

📄 Description

Bumps svenstaro/upload-release-action from 2.11.3 to 2.11.4.

Release notes

Sourced from svenstaro/upload-release-action's releases.

2.11.4

What's Changed

Bumped all NPM versions

Changelog

Sourced from svenstaro/upload-release-action's changelog.

Changelog

[2.11.4] - 2026-02-25

  • Bump npm versions

[2.11.3] - 2025-11-20

  • Post-fix releases created as draft when they shouldn't have - #99

[2.11.2] - 2025-07-06

  • Solved race-condition when matrix builds try to create the same release at the same time - #147

[2.11.1] - 2025-06-30

  • Adds a release_id output, and optional input, for uploading files to release - #136 (thanks @​alexis-opolka)

[2.10.0] - 2025-06-21

  • Adds the ability to disable duplicate check, for lower Github API usage - #142 (thanks @​colinsullivan)

[2.9.1] - 2025-06-21

  • Fixed development + CI, updated dependencies #137

[2.9.0] - 2024-02-22

[2.8.0] - 2024-02-21

  • Bump all deps
  • Update to node 20

[2.7.0] - 2023-07-28

[2.6.1] - 2023-05-31

[2.6.0] - 2023-05-23

  • Add make_latest input parameter. Can be set to false to prevent the created release from being marked as the latest release for the repository #100 (thanks @​brandonkelly)
  • Don't try to upload empty files #102 (thanks @​Loyalsoldier)
  • Bump all deps #105
  • overwrite option also overwrites name and body #106 (thanks @​regevbr)
  • Add promote option to allow prereleases to be promoted #74 (thanks @​regevbr)

[2.5.0] - 2023-02-21

[2.4.1] - 2023-02-01

  • Modernize octokit usage

[2.4.0] - 2023-01-09

  • Update to node 16
  • Bump most dependencies

... (truncated)

Commits

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/901 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/25/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/github_actions/svenstaro/upload-release-action-2.11.4` --- ### 📝 Commits (1) - [`93b05a1`](https://github.com/nextcloud/twofactor_gateway/commit/93b05a1bdec257f244d494546380402dbc609cb5) chore(deps): Bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/appstore-build-publish.yml` (+1 -1) </details> ### 📄 Description Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.3 to 2.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/releases">svenstaro/upload-release-action's releases</a>.</em></p> <blockquote> <h2>2.11.4</h2> <h2>What's Changed</h2> <p>Bumped all NPM versions</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md">svenstaro/upload-release-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>[2.11.4] - 2026-02-25</h2> <ul> <li>Bump npm versions</li> </ul> <h2>[2.11.3] - 2025-11-20</h2> <ul> <li>Post-fix releases created as draft when they shouldn't have - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/99">#99</a></li> </ul> <h2>[2.11.2] - 2025-07-06</h2> <ul> <li>Solved race-condition when matrix builds try to create the same release at the same time - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/147">#147</a></li> </ul> <h2>[2.11.1] - 2025-06-30</h2> <ul> <li>Adds a <code>release_id</code> output, and optional input, for uploading files to release - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/136">#136</a> (thanks <a href="https://github.com/alexis-opolka"><code>@​alexis-opolka</code></a>)</li> </ul> <h2>[2.10.0] - 2025-06-21</h2> <ul> <li>Adds the ability to disable duplicate check, for lower Github API usage - <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/142">#142</a> (thanks <a href="https://github.com/colinsullivan"><code>@​colinsullivan</code></a>)</li> </ul> <h2>[2.9.1] - 2025-06-21</h2> <ul> <li>Fixed development + CI, updated dependencies <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/137">#137</a></li> </ul> <h2>[2.9.0] - 2024-02-22</h2> <ul> <li>Allow setting a release as draft <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a> (thanks <a href="https://github.com/ShonP40"><code>@​ShonP40</code></a>)</li> </ul> <h2>[2.8.0] - 2024-02-21</h2> <ul> <li>Bump all deps</li> <li>Update to node 20</li> </ul> <h2>[2.7.0] - 2023-07-28</h2> <ul> <li>Allow setting an explicit target_commitish <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a> (thanks <a href="https://github.com/Spikatrix"><code>@​Spikatrix</code></a>)</li> </ul> <h2>[2.6.1] - 2023-05-31</h2> <ul> <li>Do not overwrite body or name if empty <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.6.0] - 2023-05-23</h2> <ul> <li>Add <code>make_latest</code> input parameter. Can be set to <code>false</code> to prevent the created release from being marked as the latest release for the repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a> (thanks <a href="https://github.com/brandonkelly"><code>@​brandonkelly</code></a>)</li> <li>Don't try to upload empty files <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a> (thanks <a href="https://github.com/Loyalsoldier"><code>@​Loyalsoldier</code></a>)</li> <li>Bump all deps <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li> <li><code>overwrite</code> option also overwrites name and body <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> <li>Add <code>promote</code> option to allow prereleases to be promoted <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a> (thanks <a href="https://github.com/regevbr"><code>@​regevbr</code></a>)</li> </ul> <h2>[2.5.0] - 2023-02-21</h2> <ul> <li>Add retry to upload release <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a> (thanks <a href="https://github.com/sonphantrung"><code>@​sonphantrung</code></a>)</li> </ul> <h2>[2.4.1] - 2023-02-01</h2> <ul> <li>Modernize octokit usage</li> </ul> <h2>[2.4.0] - 2023-01-09</h2> <ul> <li>Update to node 16</li> <li>Bump most dependencies</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svenstaro/upload-release-action/commit/b98a3b12e86552593f3e4e577ca8a62aa2f3f22b"><code>b98a3b1</code></a> 2.11.4</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/274af92b65b6d085e0cd7da0da51ddea680c748d"><code>274af92</code></a> Merge pull request <a href="https://redirect.github.com/svenstaro/upload-release-action/issues/152">#152</a> from svenstaro/dependabot/npm_and_yarn/isaacs/brace-e...</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/523bbfacdd1e951d0c8373aee192ebb2748b8bef"><code>523bbfa</code></a> Bump <code>@​isaacs/brace-expansion</code> from 5.0.0 to 5.0.1</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7f93926b6eec9cfdde9a8dfac51a4e23370b7c8e"><code>7f93926</code></a> 2.11.3</li> <li>See full diff in <a href="https://github.com/svenstaro/upload-release-action/compare/6b7fa9f267e90b50a19fef07b3596790bb941741...b98a3b12e86552593f3e4e577ca8a62aa2f3f22b">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svenstaro/upload-release-action&package-manager=github_actions&previous-version=2.11.3&new-version=2.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#900
No description provided.