Skip to content

r-lib/actions/setup-r gives (node:2740) [DEP0169] DeprecationWarning: url.parse() behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. #1074

Description

@MLopez-Ibanez

Describe the bug

Run r-lib/actions/setup-r@v2
  with:
    r-version: 4.1
    use-public-rspm: true
    Ncpus: 1
    remove-openmp-macos: true
    install-r: true
    windows-path-include-rtools: true
    windows-path-include-mingw: true
    update-rtools: false
    working-directory: .
  env:
    R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
    _R_CHECK_FORCE_SUGGESTS_: false
    _R_CHECK_CRAN_INCOMING_REMOTE_: false
    GITHUB_PAT: ***
    MAKEFLAGS: -j 2
(node:2740) [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.
(Use `node --trace-deprecation ...` to show where the warning was created)

To Reproduce

https://productionresultssa15.blob.core.windows.net/actions-results/634e21b9-0098-4e01-91af-1ea008ece5ed/workflow-job-run-0b7e35a3-b6d7-54b4-bc65-3342ad936755/logs/job/job-logs.txt?rsct=text%2Fplain&se=2026-05-08T14%3A06%3A02Z&sig=8xG%2FOMWAhnKmtLzp6nXN5vV91L29TgAIJv9z1wtYGjM%3D&ske=2026-05-08T17%3A12%3A22Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2026-05-08T13%3A12%3A22Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2025-11-05&sp=r&spr=https&sr=b&st=2026-05-08T13%3A55%3A57Z&sv=2025-11-05

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions