dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.95k stars 4.9k forks source link

`github-action-markdown-link-check` is no longer supported #9545

Open xtqqczze opened 1 week ago

xtqqczze commented 1 week ago

I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.

Originally posted by @gaurav-nelson in https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/173#issuecomment-2110068254

xtqqczze commented 1 week ago

And may contain vulnerabilities, see https://security.snyk.io/package/npm/request/2.88.2

npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
xtqqczze commented 1 week ago

cc: @MichaelSimons

xtqqczze commented 1 week ago

blocking-clean-ci

xtqqczze commented 1 week ago

I'm seeing the following warning with respect to gaurav-nelson/github-action-markdown-link-check@v1:

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Related:

From the 15th of October, we will no longer include Node16 in the Actions runner and customers will no longer be able to use Node16 Actions or operating systems that do not support Node20.

https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/

cc: @mairaw