Download Latest Version v3.1.0 source code.tar.gz (910.3 kB)
Email in envelope

Get an email when there's a new version of notfoundbot

Home / v3.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-29 888 Bytes
v3.1.0 source code.tar.gz 2026-04-29 910.3 kB
v3.1.0 source code.zip 2026-04-29 921.6 kB
Totals: 3 Items   1.8 MB 1

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
Source: README.md, updated 2026-04-29