Skip to content

Node deprecations #95

@VincentLanglet

Description

@VincentLanglet

Hi,

When using this action, I'm getting the following output

Run mheap/github-action-required-labels@v5
  with:
    mode: exactly
    count: 0
    labels: qa:required,qa:waiting-correction
    token: ***
    message: Label error. Requires {{errorString}} {{count}} of: {{ provided }}. Found: {{ applied }}
    add_comment: false
    use_regex: false
(node:1957) [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:1957) [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.

Would be nice to solve the deprecation ; but I'm unsure exactly where they come from.

Maybe bumping the dependencies could solve them (?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions