From ecad810736afc972eb037f5cc60af4626e86cafe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:37:52 +0000 Subject: [PATCH] RENOVATE: Update Node.js to v24 --- .nvmrc | 2 +- actions/customer/commerce/actions.config.yaml | 12 ++++++------ actions/customer/external/actions.config.yaml | 14 +++++++------- actions/ingestion/actions.config.yaml | 2 +- actions/order/commerce/actions.config.yaml | 6 +++--- actions/order/external/actions.config.yaml | 8 ++++---- actions/product/commerce/actions.config.yaml | 10 +++++----- actions/product/external/actions.config.yaml | 8 ++++---- actions/stock/commerce/actions.config.yaml | 4 ++-- actions/stock/external/actions.config.yaml | 4 ++-- actions/webhook/actions.config.yaml | 2 +- app.config.yaml | 2 +- package-lock.json | 2 +- package.json | 2 +- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.nvmrc b/.nvmrc index 941d7c07..5bf4400f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.3 +24.15.0 diff --git a/actions/customer/commerce/actions.config.yaml b/actions/customer/commerce/actions.config.yaml index 4957e9f8..12578d28 100644 --- a/actions/customer/commerce/actions.config.yaml +++ b/actions/customer/commerce/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug EVENT_PREFIX: $EVENT_PREFIX @@ -12,7 +12,7 @@ consumer: created: function: created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug ENABLE_TELEMETRY: true @@ -22,7 +22,7 @@ created: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -31,7 +31,7 @@ updated: deleted: function: deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -40,7 +40,7 @@ deleted: group-updated: function: group-updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -49,7 +49,7 @@ group-updated: group-deleted: function: group-deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/actions/customer/external/actions.config.yaml b/actions/customer/external/actions.config.yaml index f17a8a5c..afdff60f 100644 --- a/actions/customer/external/actions.config.yaml +++ b/actions/customer/external/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -10,7 +10,7 @@ consumer: created: function: created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -27,7 +27,7 @@ created: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -44,7 +44,7 @@ updated: deleted: function: deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -61,7 +61,7 @@ deleted: group-created: function: group-created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -78,7 +78,7 @@ group-created: group-updated: function: group-updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -95,7 +95,7 @@ group-updated: group-deleted: function: group-deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL diff --git a/actions/ingestion/actions.config.yaml b/actions/ingestion/actions.config.yaml index 33f72847..3ead7741 100644 --- a/actions/ingestion/actions.config.yaml +++ b/actions/ingestion/actions.config.yaml @@ -1,7 +1,7 @@ webhook: function: ./webhook/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug OAUTH_ORG_ID: $OAUTH_ORG_ID diff --git a/actions/order/commerce/actions.config.yaml b/actions/order/commerce/actions.config.yaml index f7f85107..ab487042 100644 --- a/actions/order/commerce/actions.config.yaml +++ b/actions/order/commerce/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug EVENT_PREFIX: $EVENT_PREFIX @@ -11,7 +11,7 @@ consumer: created: function: created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -20,7 +20,7 @@ created: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/actions/order/external/actions.config.yaml b/actions/order/external/actions.config.yaml index b68b0f13..e4db1bdb 100644 --- a/actions/order/external/actions.config.yaml +++ b/actions/order/external/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -10,7 +10,7 @@ consumer: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -27,7 +27,7 @@ updated: shipment-created: function: shipment-created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -44,7 +44,7 @@ shipment-created: shipment-updated: function: shipment-updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL diff --git a/actions/product/commerce/actions.config.yaml b/actions/product/commerce/actions.config.yaml index a09a5d16..31fabaa1 100644 --- a/actions/product/commerce/actions.config.yaml +++ b/actions/product/commerce/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug EVENT_PREFIX: $EVENT_PREFIX @@ -11,7 +11,7 @@ consumer: created: function: created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -20,7 +20,7 @@ created: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -29,7 +29,7 @@ updated: deleted: function: deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -38,7 +38,7 @@ deleted: full-sync: function: full-sync/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_GRAPHQL_ENDPOINT: $COMMERCE_GRAPHQL_ENDPOINT diff --git a/actions/product/external/actions.config.yaml b/actions/product/external/actions.config.yaml index 2ed7b0a4..373501e4 100644 --- a/actions/product/external/actions.config.yaml +++ b/actions/product/external/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -10,7 +10,7 @@ consumer: created: function: created/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -27,7 +27,7 @@ created: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL @@ -44,7 +44,7 @@ updated: deleted: function: deleted/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL diff --git a/actions/stock/commerce/actions.config.yaml b/actions/stock/commerce/actions.config.yaml index 432eca31..5bc74f43 100644 --- a/actions/stock/commerce/actions.config.yaml +++ b/actions/stock/commerce/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug EVENT_PREFIX: $EVENT_PREFIX @@ -11,7 +11,7 @@ consumer: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/actions/stock/external/actions.config.yaml b/actions/stock/external/actions.config.yaml index 3a3a19c0..a8a0a588 100644 --- a/actions/stock/external/actions.config.yaml +++ b/actions/stock/external/actions.config.yaml @@ -1,7 +1,7 @@ consumer: function: consumer/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -10,7 +10,7 @@ consumer: updated: function: updated/index.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_BASE_URL: $COMMERCE_BASE_URL diff --git a/actions/webhook/actions.config.yaml b/actions/webhook/actions.config.yaml index a0b76f6a..9a69cc59 100644 --- a/actions/webhook/actions.config.yaml +++ b/actions/webhook/actions.config.yaml @@ -1,7 +1,7 @@ check-stock: function: ./check-stock/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/app.config.yaml b/app.config.yaml index 94334765..3c62228d 100644 --- a/app.config.yaml +++ b/app.config.yaml @@ -10,7 +10,7 @@ application: info: function: actions/starter-kit-info/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/package-lock.json b/package-lock.json index 412d25d2..5741b60c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "ultracite": "7.7.0" }, "engines": { - "node": "^22.0.0" + "node": "^24.0.0" } }, "node_modules/@adobe/aio-commerce-lib-auth": { diff --git a/package.json b/package.json index 62330fa5..c3569451 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "docs:format:fix": "prettier --write --no-error-on-unmatched-pattern '**/*.md' \"!**/{CODE_OF_CONDUCT.md,COPYRIGHT,LICENSE,SECURITY.md,CONTRIBUTING.md,COPILOT-INSTRUCTIONS.md}\"" }, "engines": { - "node": "^22.0.0" + "node": "^24.0.0" }, "lint-staged": { "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [