stale icon indicating copy to clipboard operation
stale copied to clipboard

Node 24 Deprecation Warnings

Open broksonic21 opened this issue 6 months ago • 4 comments

Description: When running actions/stale (on Node 24), we get these:

(node:1868) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:1868) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.

Action version: actions/stale@10

Platform:

  • [X] Ubuntu
  • [ ] macOS
  • [ ] Windows

Runner type:

  • [X] Hosted
  • [ ] Self-hosted

Repro steps:
Just launched it, ran it

Expected behavior: No warnings

Actual behavior: See above

broksonic21 avatar Sep 04 '25 14:09 broksonic21