Skip to content

Update Node.js to >=22.0.0 <=26.2.0#409

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-26.x
Open

Update Node.js to >=22.0.0 <=26.2.0#409
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-26.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 7, 2026

This PR contains the following updates:

Package Type Update Change
node (source) engines minor >=22.0.0 <=26.0.0>=22.0.0 <=26.2.0

Release Notes

nodejs/node (node)

v26.2.0: 2026-05-20, Version 26.2.0 (Current), @​aduh95

Compare Source

Notable Changes
  • [189d43a193] - doc: mark stream.compose stable (Matteo Collina) #​62562
  • [f858c6140e] - (SEMVER-MINOR) fs: add Temporal.Instant support to Stats and BigIntStats (Livia Medeiros) #​60789
  • [0cbb3895df] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
Commits

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 7, 2026
@renovate renovate Bot assigned gjong May 7, 2026
@renovate renovate Bot force-pushed the renovate/node-26.x branch from 64924e3 to 15f25e6 Compare May 12, 2026 17:37
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 9.42% 308 / 3268
🔵 Statements 9.27% 323 / 3483
🔵 Functions 5.99% 97 / 1617
🔵 Branches 7.76% 114 / 1468
File CoverageNo changed files found.
Generated in workflow #1673 for commit f1da8b8 by the Vitest Coverage Report Action

@renovate renovate Bot force-pushed the renovate/node-26.x branch from 15f25e6 to f1da8b8 Compare May 20, 2026 18:03
@renovate renovate Bot changed the title Update Node.js to >=22.0.0 <=26.1.0 Update Node.js to >=22.0.0 <=26.2.0 May 20, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 20, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[18:03:09.708] INFO (772): Installing tool node@24.15.0...
[18:03:09.995] ERROR (772): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Request failed with status code 404 (Not Found): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz",
      "stack":
          HTTPError: Request failed with status code 404 (Not Found): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz
              at Request._onResponseBase (file:///snapshot/dist/app/main-DhJYPWuP.js:33506:22)
              at Request._onResponse (file:///snapshot/dist/app/main-DhJYPWuP.js:33567:15)
              at ClientRequest.<anonymous> (file:///snapshot/dist/app/main-DhJYPWuP.js:33593:9)
              at Object.onceWrapper (node:events:631:26)
              at ClientRequest.emit (node:events:521:24)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:798:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:125:17)
              at TLSSocket.socketOnData (node:_http_client:633:22)
              at TLSSocket.emit (node:events:509:28)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1779300189974,
        "socket": 1779300189974,
        "lookup": 1779300189974,
        "connect": 1779300189974,
        "secureConnect": 1779300189974,
        "upload": 1779300189975,
        "response": 1779300189978,
        "end": 1779300189983,
        "phases": {
          "wait": 0,
          "dns": 1,
          "tcp": 4,
          "tls": 6,
          "request": 1,
          "firstByte": 3,
          "download": 5,
          "total": 9
        }
      },
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "beforeCache": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "copyPipedHeaders": false,
        "headers": {
          "user-agent": "containerbase/14.10.15 node/24.15.0 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br, zstd"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100,
          "enforceRetryRules": true
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": true
      }
    }
[18:03:10.043] ERROR (772): download failed
[18:03:10.044] FATAL (772): Install tool node failed in 347ms.

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant