[PR #1535] [MERGED] build(deps): bump actions/stale from 6 to 7 #1992

Closed
opened 2026-03-01 21:53:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1535
Author: @dependabot[bot]
Created: 12/26/2022
Status: Merged
Merged: 12/26/2022
Merged by: @mergify[bot]

Base: masterHead: dependabot/github_actions/actions/stale-7


📝 Commits (1)

  • 7c89aa9 build(deps): bump actions/stale from 6 to 7

📊 Changes

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

View changed files

📝 .github/workflows/stale.yml (+1 -1)

📄 Description

Bumps actions/stale from 6 to 7.

Release notes

Sourced from actions/stale's releases.

v7.0.0

⚠️ This version contains breaking changes ⚠️

What's Changed

Breaking Changes

  • In this release we prevent this action from managing the stale label on items included in exempt-issue-labels and exempt-pr-labels
  • We decided that this is outside of the scope of this action, and to be left up to the maintainer

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v6...v7.0.0

v6.0.1

Update @​actions/core to 1.10.0 #839

Full Changelog: https://github.com/actions/stale/compare/v6.0.0...v6.0.1

Changelog

Sourced from actions/stale's changelog.

Changelog

[7.0.0]

⚠️ Breaking change ⚠️

[6.0.1]

Update @​actions/core to v1.10.0 (#839)

[6.0.0]

⚠️ Breaking change ⚠️

Issues/PRs default close-issue-reason is now not_planned(#789)

[5.1.0]

Don't process stale issues right after they're marked stale [Add close-issue-reason option]#764#772 Various dependabot/dependency updates

4.1.0 (2021-07-14)

Features

4.0.0 (2021-07-14)

Features

Bug Fixes

  • dry-run: forbid mutations in dry-run (#500) (f1017f3), closes #499
  • logs: coloured logs (#465) (5fbbfba)
  • operations: fail fast the current batch to respect the operations limit (#474) (5f6f311), closes #466
  • label comparison: make label comparison case insensitive #517, closes #516
  • filtering comments by actor could have strange behavior: "stale" comments are now detected based on if the message is the stale message not who made the comment(#519), fixes #441, #509, #518

Breaking Changes

... (truncated)

Commits
  • 6f05e42 draft release for v7.0.0 (#888)
  • eed91cb Update how stale handles exempt items (#874)
  • 10dc265 Merge pull request #880 from akv-platform/update-stale-repo
  • 9c1eb3f Update .md files and allign build-test.yml with the current test.yml
  • bc357bd Update .github/workflows/release-new-action-version.yml
  • 690ede5 Update .github/ISSUE_TEMPLATE/bug_report.md
  • afbcabf Merge branch 'main' into update-stale-repo
  • e364411 Update name of codeql.yml file
  • 627cef3 fix print outputs step (#859)
  • 975308f Merge pull request #876 from jongwooo/chore/use-cache-in-check-dist
  • Additional commits viewable in compare view

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 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 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/nektos/act/pull/1535 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/26/2022 **Status:** ✅ Merged **Merged:** 12/26/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/actions/stale-7` --- ### 📝 Commits (1) - [`7c89aa9`](https://github.com/nektos/act/commit/7c89aa995c0cd4d8edfad01e3fdb49c21507f48e) build(deps): bump actions/stale from 6 to 7 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/stale.yml` (+1 -1) </details> ### 📄 Description Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/releases">actions/stale's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <p>⚠️ This version contains breaking changes ⚠️</p> <h2>What's Changed</h2> <ul> <li>Allow daysBeforeStale options to be float by <a href="https://github.com/irega"><code>@​irega</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/841">actions/stale#841</a></li> <li>Use cache in check-dist.yml by <a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/876">actions/stale#876</a></li> <li>fix print outputs step in existing workflows by <a href="https://github.com/irega"><code>@​irega</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/859">actions/stale#859</a></li> <li>Update issue and PR templates, add/delete workflow files by <a href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/880">actions/stale#880</a></li> <li>Update how stale handles exempt items by <a href="https://github.com/johnsudol"><code>@​johnsudol</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/874">actions/stale#874</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>In this release we prevent this action from managing the <code>stale</code> label on items included in <code>exempt-issue-labels</code> and <code>exempt-pr-labels</code></li> <li>We decided that this is outside of the scope of this action, and to be left up to the maintainer</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/irega"><code>@​irega</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/stale/pull/841">actions/stale#841</a></li> <li><a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/stale/pull/876">actions/stale#876</a></li> <li><a href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/stale/pull/880">actions/stale#880</a></li> <li><a href="https://github.com/johnsudol"><code>@​johnsudol</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/stale/pull/874">actions/stale#874</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/stale/compare/v6...v7.0.0">https://github.com/actions/stale/compare/v6...v7.0.0</a></p> <h2>v6.0.1</h2> <p>Update <code>@​actions/core</code> to 1.10.0 <a href="https://github-redirect.dependabot.com/actions/stale/issues/839">#839</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/stale/compare/v6.0.0...v6.0.1">https://github.com/actions/stale/compare/v6.0.0...v6.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/stale/blob/main/CHANGELOG.md">actions/stale's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h1>[7.0.0]</h1> <p>:warning: Breaking change :warning:</p> <ul> <li>Allow daysBeforeStale options to be float by <a href="https://github.com/irega"><code>@​irega</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/841">actions/stale#841</a></li> <li>Use cache in check-dist.yml by <a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/876">actions/stale#876</a></li> <li>fix print outputs step in existing workflows by <a href="https://github.com/irega"><code>@​irega</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/859">actions/stale#859</a></li> <li>Update issue and PR templates, add/delete workflow files by <a href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/880">actions/stale#880</a></li> <li>Update how stale handles exempt items by <a href="https://github.com/johnsudol"><code>@​johnsudol</code></a> in <a href="https://github-redirect.dependabot.com/actions/stale/pull/874">actions/stale#874</a></li> </ul> <h1>[6.0.1]</h1> <p>Update <code>@​actions/core</code> to v1.10.0 (<a href="https://github-redirect.dependabot.com/actions/stale/pull/839">#839</a>)</p> <h1>[6.0.0]</h1> <p>:warning: Breaking change :warning:</p> <p>Issues/PRs default <code>close-issue-reason</code> is now <code>not_planned</code>(<a href="https://github-redirect.dependabot.com/actions/stale/issues/789">#789</a>)</p> <h1>[5.1.0]</h1> <p><a href="https://github-redirect.dependabot.com/actions/stale/issues/696">Don't process stale issues right after they're marked stale</a> [Add close-issue-reason option]<a href="https://github-redirect.dependabot.com/actions/stale/pull/764">#764</a><a href="https://github-redirect.dependabot.com/actions/stale/pull/772">#772</a> Various dependabot/dependency updates</p> <h2><a href="https://github.com/actions/stale/compare/v3.0.19...v4.1.0">4.1.0</a> (2021-07-14)</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/actions/stale/commit/9912fa74d1c01b5d6187793d97441019cbe325d0">Ability to exempt draft PRs</a></li> </ul> <h2><a href="https://github.com/actions/stale/compare/v3.0.19...v4.0.0">4.0.0</a> (2021-07-14)</h2> <h3>Features</h3> <ul> <li><strong>options:</strong> simplify config by removing skip stale message options (<a href="https://github-redirect.dependabot.com/actions/stale/issues/457">#457</a>) (<a href="https://github.com/actions/stale/commit/6ec637d238067ab8cc96c9289dcdac280bbd3f4a">6ec637d</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/405">#405</a> <a href="https://github-redirect.dependabot.com/actions/stale/issues/455">#455</a></li> <li><strong>output:</strong> print output parameters (<a href="https://github-redirect.dependabot.com/actions/stale/issues/458">#458</a>) (<a href="https://github.com/actions/stale/commit/3e6d35b685f0b2fa1a69be893fa07d3d85e05ee0">3e6d35b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>dry-run:</strong> forbid mutations in dry-run (<a href="https://github-redirect.dependabot.com/actions/stale/issues/500">#500</a>) (<a href="https://github.com/actions/stale/commit/f1017f33dd159ea51366375120c3e6981d7c3097">f1017f3</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/499">#499</a></li> <li><strong>logs:</strong> coloured logs (<a href="https://github-redirect.dependabot.com/actions/stale/issues/465">#465</a>) (<a href="https://github.com/actions/stale/commit/5fbbfba142860ea6512549e96e36e3540c314132">5fbbfba</a>)</li> <li><strong>operations:</strong> fail fast the current batch to respect the operations limit (<a href="https://github-redirect.dependabot.com/actions/stale/issues/474">#474</a>) (<a href="https://github.com/actions/stale/commit/5f6f311ca6aa75babadfc7bac6edf5d85fa3f35d">5f6f311</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/466">#466</a></li> <li><strong>label comparison</strong>: make label comparison case insensitive <a href="https://github-redirect.dependabot.com/actions/stale/pull/517">#517</a>, closes <a href="https://github-redirect.dependabot.com/actions/stale/pull/516">#516</a></li> <li><strong>filtering comments by actor could have strange behavior</strong>: &quot;stale&quot; comments are now detected based on if the message is the stale message not <em>who</em> made the comment(<a href="https://github-redirect.dependabot.com/actions/stale/pull/519">#519</a>), fixes <a href="https://github-redirect.dependabot.com/actions/stale/pull/441">#441</a>, <a href="https://github-redirect.dependabot.com/actions/stale/pull/509">#509</a>, <a href="https://github-redirect.dependabot.com/actions/stale/pull/518">#518</a></li> </ul> <h3>Breaking Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/stale/commit/6f05e4244c9a0b2ed3401882b05d701dd0a7289b"><code>6f05e42</code></a> draft release for v7.0.0 (<a href="https://github-redirect.dependabot.com/actions/stale/issues/888">#888</a>)</li> <li><a href="https://github.com/actions/stale/commit/eed91cbd05d22d759c0f0d5ed5f7d050db69a4b3"><code>eed91cb</code></a> Update how stale handles exempt items (<a href="https://github-redirect.dependabot.com/actions/stale/issues/874">#874</a>)</li> <li><a href="https://github.com/actions/stale/commit/10dc265f2cba99a0569c7805cc8b7c907d7a8665"><code>10dc265</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/stale/issues/880">#880</a> from akv-platform/update-stale-repo</li> <li><a href="https://github.com/actions/stale/commit/9c1eb3ff7e7c7198567f5c5b9cfe03b002372812"><code>9c1eb3f</code></a> Update .md files and allign build-test.yml with the current test.yml</li> <li><a href="https://github.com/actions/stale/commit/bc357bdd1b5e8386f07a9e0417832a4b0a697076"><code>bc357bd</code></a> Update .github/workflows/release-new-action-version.yml</li> <li><a href="https://github.com/actions/stale/commit/690ede5a62a6b047b8a7742af26dd12ad1e1e1a7"><code>690ede5</code></a> Update .github/ISSUE_TEMPLATE/bug_report.md</li> <li><a href="https://github.com/actions/stale/commit/afbcabf8c3724b59608575537417fb2664792a4a"><code>afbcabf</code></a> Merge branch 'main' into update-stale-repo</li> <li><a href="https://github.com/actions/stale/commit/e36441163135a3ba5bb01c58d5a0b318023beb93"><code>e364411</code></a> Update name of codeql.yml file</li> <li><a href="https://github.com/actions/stale/commit/627cef3f3764759e961ae4e0788ea732c9b92e2c"><code>627cef3</code></a> fix print outputs step (<a href="https://github-redirect.dependabot.com/actions/stale/issues/859">#859</a>)</li> <li><a href="https://github.com/actions/stale/commit/975308fb9d005fd1d6680ff07a34bb9d82321354"><code>975308f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/stale/issues/876">#876</a> from jongwooo/chore/use-cache-in-check-dist</li> <li>Additional commits viewable in <a href="https://github.com/actions/stale/compare/v6...v7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/stale&package-manager=github_actions&previous-version=6&new-version=7)](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 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 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>
kerem 2026-03-01 21:53:33 +03:00
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/act#1992
No description provided.