[PR #350] [MERGED] deps(deps): bump tmcw/notfoundbot from 3.0.0 to 3.1.0 #3330

Closed
opened 2026-05-15 01:18:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shuaibiyy/awesome-tf/pull/350
Author: @dependabot[bot]
Created: 5/4/2026
Status: Merged
Merged: 5/4/2026
Merged by: @chenrui333

Base: masterHead: dependabot/github_actions/tmcw/notfoundbot-3.1.0


📝 Commits (1)

  • da542fb deps(deps): bump tmcw/notfoundbot from 3.0.0 to 3.1.0

📊 Changes

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

View changed files

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

📄 Description

Bumps tmcw/notfoundbot from 3.0.0 to 3.1.0.

Release notes

Sourced from tmcw/notfoundbot's releases.

v3.1.0

Minor Changes

  • 8f37c4b: Bump the action runtime to Node 24 and harden the run loop:

    • action.yml now uses node24 (Node 20 is being deprecated by GitHub Actions on June 2, 2026)
    • Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found
    • The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently
    • Upgraded all direct dependencies to latest, including @actions/cache v6, @actions/core v3, @actions/github v9, and typescript v6
    • Replaced the broken npm-publish release flow with changeset tag so the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured)
    • Added a verify-dist CI job so PRs that forget to commit dist/ fail loudly
Changelog

Sourced from tmcw/notfoundbot's changelog.

Changelog

3.1.0

Minor Changes

  • 8f37c4b: Bump the action runtime to Node 24 and harden the run loop:

    • action.yml now uses node24 (Node 20 is being deprecated by GitHub Actions on June 2, 2026)
    • Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found
    • The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently
    • Upgraded all direct dependencies to latest, including @actions/cache v6, @actions/core v3, @actions/github v9, and typescript v6
    • Replaced the broken npm-publish release flow with changeset tag so the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured)
    • Added a verify-dist CI job so PRs that forget to commit dist/ fail loudly

3.0.0

Major Changes

  • 7b2ebc4: Update to ESM, upgrade Node

2.1.0 (2021-05-09)

Features

2.0.3 (2021-01-08)

Bug Fixes

  • Allow websites to have untrusted SSL certificates for now (#54) (c0a302f)

2.0.2 (2021-01-03)

Bug Fixes

  • Remove newline generated by remark.stringify (#50) (b39f432)

2.0.1 (2021-01-02)

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/shuaibiyy/awesome-tf/pull/350 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/4/2026 **Merged by:** [@chenrui333](https://github.com/chenrui333) **Base:** `master` ← **Head:** `dependabot/github_actions/tmcw/notfoundbot-3.1.0` --- ### 📝 Commits (1) - [`da542fb`](https://github.com/shuaibiyy/awesome-tf/commit/da542fb4f783f607c04a2e6794fce840d8b31656) deps(deps): bump tmcw/notfoundbot from 3.0.0 to 3.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/notfound.yml` (+1 -1) </details> ### 📄 Description Bumps [tmcw/notfoundbot](https://github.com/tmcw/notfoundbot) from 3.0.0 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tmcw/notfoundbot/releases">tmcw/notfoundbot's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>8f37c4b: Bump the action runtime to Node 24 and harden the run loop:</p> <ul> <li><code>action.yml</code> now uses <code>node24</code> (Node 20 is being deprecated by GitHub Actions on June 2, 2026)</li> <li>Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found</li> <li>The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently</li> <li>Upgraded all direct dependencies to latest, including <code>@actions/cache</code> v6, <code>@actions/core</code> v3, <code>@actions/github</code> v9, and <code>typescript</code> v6</li> <li>Replaced the broken npm-publish release flow with <code>changeset tag</code> so the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured)</li> <li>Added a <code>verify-dist</code> CI job so PRs that forget to commit <code>dist/</code> fail loudly</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tmcw/notfoundbot/blob/main/CHANGELOG.md">tmcw/notfoundbot's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>3.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>8f37c4b: Bump the action runtime to Node 24 and harden the run loop:</p> <ul> <li><code>action.yml</code> now uses <code>node24</code> (Node 20 is being deprecated by GitHub Actions on June 2, 2026)</li> <li>Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found</li> <li>The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently</li> <li>Upgraded all direct dependencies to latest, including <code>@actions/cache</code> v6, <code>@actions/core</code> v3, <code>@actions/github</code> v9, and <code>typescript</code> v6</li> <li>Replaced the broken npm-publish release flow with <code>changeset tag</code> so the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured)</li> <li>Added a <code>verify-dist</code> CI job so PRs that forget to commit <code>dist/</code> fail loudly</li> </ul> </li> </ul> <h2>3.0.0</h2> <h3>Major Changes</h3> <ul> <li>7b2ebc4: Update to ESM, upgrade Node</li> </ul> <h2><a href="https://github.com/tmcw/linkrot/compare/v2.0.3...v2.1.0">2.1.0</a> (2021-05-09)</h2> <h3>Features</h3> <ul> <li>create exceptions list (<a href="https://redirect.github.com/tmcw/linkrot/issues/56">#56</a>) (<a href="https://github.com/tmcw/linkrot/commit/a2d812fc2442ee9cd7f7f093717ec366da6318e8">a2d812f</a>), closes <a href="https://redirect.github.com/tmcw/linkrot/issues/52">#52</a></li> </ul> <h3><a href="https://github.com/tmcw/linkrot/compare/v2.0.2...v2.0.3">2.0.3</a> (2021-01-08)</h3> <h3>Bug Fixes</h3> <ul> <li>Allow websites to have untrusted SSL certificates for now (<a href="https://redirect.github.com/tmcw/linkrot/issues/54">#54</a>) (<a href="https://github.com/tmcw/linkrot/commit/c0a302f31a6638651a681dfb1a1f2422dea9df96">c0a302f</a>)</li> </ul> <h3><a href="https://github.com/tmcw/linkrot/compare/v2.0.1...v2.0.2">2.0.2</a> (2021-01-03)</h3> <h3>Bug Fixes</h3> <ul> <li>Remove newline generated by remark.stringify (<a href="https://redirect.github.com/tmcw/linkrot/issues/50">#50</a>) (<a href="https://github.com/tmcw/linkrot/commit/b39f4322d86539fc1435d3c7033b8d6ab5054a01">b39f432</a>)</li> </ul> <h3><a href="https://github.com/tmcw/linkrot/compare/v2.0.0-beta.1...v2.0.1">2.0.1</a> (2021-01-02)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tmcw/notfoundbot/commit/feeb668347f9c0ef8abdc4a8c43778fce2ee85d9"><code>feeb668</code></a> Version Packages (<a href="https://redirect.github.com/tmcw/notfoundbot/issues/111">#111</a>)</li> <li><a href="https://github.com/tmcw/notfoundbot/commit/8f37c4b446194f19ad1974171bf05f86d056a79b"><code>8f37c4b</code></a> feat: upgrade to node 24 and solve failures (<a href="https://redirect.github.com/tmcw/notfoundbot/issues/110">#110</a>)</li> <li><a href="https://github.com/tmcw/notfoundbot/commit/ed9e647be392c66e2f02a38c7b98f5feb2caf0cc"><code>ed9e647</code></a> Bump tar from 7.5.2 to 7.5.6 (<a href="https://redirect.github.com/tmcw/notfoundbot/issues/88">#88</a>)</li> <li><a href="https://github.com/tmcw/notfoundbot/commit/59922b2511f21e26ba9d571b838fdf3a71976df9"><code>59922b2</code></a> Bump diff from 4.0.2 to 4.0.4 (<a href="https://redirect.github.com/tmcw/notfoundbot/issues/86">#86</a>)</li> <li>See full diff in <a href="https://github.com/tmcw/notfoundbot/compare/1f97e4c79fa3aeaa9b2b87b8cd2533f645fed82d...feeb668347f9c0ef8abdc4a8c43778fce2ee85d9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmcw/notfoundbot&package-manager=github_actions&previous-version=3.0.0&new-version=3.1.0)](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>
GiteaMirror added the pull-request label 2026-05-15 01:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tf#3330