Skip to content

Deprecation warning for punycode module #664

@NightOwl888

Description

@NightOwl888

Description:
There is a deprecation warning when running the latest version of this task.

Task version:
@v5

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

Setup a standard workflow and add the basic setup like this:

      - name: Setup .NET 8.0
        uses: actions/setup-dotnet@v5
        with:
          dotnet-version: 8.0.x

Expected behavior:
Installation completes with no deprecation warnings.

Actual behavior:
Installation completes, but shows the following deprecation warning in the log:

(node:2053) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions