Skip to content

v5 emits Node DEP0040 punycode deprecation warning on successful deployments #434

Description

@konard

What happened

A normal successful actions/deploy-pages@v5 invocation emits:

(node:...) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

Public reproduction: the Deploy Pages artifact step in https://github.com/link-assistant/formal-ai/actions/runs/29463393707.

Minimal workflow

- uses: actions/deploy-pages@v5
  with:
    token: ${{ github.token }}

Suggested fix

Update the dependency that imports Node core punycode, regenerate dist/, and add a Node 24 smoke test that fails on DEP0040. Successful deployments should not require consumers to suppress runtime warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions