Update n8nio/n8n Docker tag to v2.28.0 #37

Merged
renovate merged 1 commit from renovate/n8nio-n8n-2.x into main 2026-06-23 14:08:52 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
n8nio/n8n (source) final minor 2.26.42.28.0

Release Notes

n8n-io/n8n (n8nio/n8n)

v2.27.0

Bug Fixes
  • API: Make conditional credential fields optional instead of forbidden (#​32010) (0ab043c)
  • Bump task-runner-launcher to 1.4.7 to clear stdlib CVEs (#​32095) (4d974e3)
  • Computer use disconnect status on client stop (#​32059) (5c61d0e)
  • core: Add RFC 8707 resource parameter to client-side OAuth flow (#​30924) (04b4a79)
  • core: Allow publishing workflows that use private credentials (#​32306) (27d8426)
  • core: Enforce API key scope/endpoint parity in public API (#​32231) (58999f0)
  • core: Ensure workflows that fail to activate are removed from active, preventing unintended executions (#​31767) (79d1695)
  • core: Fix workers processing queued jobs before module initialization completes (#​32145) (506461f)
  • core: Hide resource URL for synthetic OAuth2 credentials for MCP registry tools (#​32351) (51fe9ff)
  • core: Include indexes and TOAST in Postgres data table size (#​31606) (c9f4aa8)
  • core: Preserve trailing letter-less text in toSentenceCase() exp… (#​32242) (7a77898)
  • core: Prevent nodes from throwing context.getNodeParameter is not a function when n8n is installed via npm (#​32123) (a254a89)
  • core: Prevent pollers from starting executions for old workflow versions when registered while in-flight (#​32006) (21c786c)
  • core: Prevent post-execution writes against closed pool on worker shutdown (#​31915) (3059088)
  • core: Prevent queue recovery from marking waiting executions as crashed (#​32316) (c4c0e91)
  • core: Propagate sub-workflow errors to parent after wait resume (#​31927) (6afba57)
  • core: Remove user:enforceMfa from public API key scopes (#​32223) (3c39a0e)
  • core: Retry role mapping create order conflicts (#​30687) (448c114)
  • core: Surface a final response when a builder follow-up completes silently (#​31986) (29abe78)
  • core: Throw a clear error for $evaluateExpression in the Code node under secure mode (#​31721) (fbad049)
  • core: Upgrade nodemailer to 8.0.10 (DEVP-401) (#​31998) (c339095)
  • core: Use npm's bundled node-gyp for isolated-vm Docker rebuild (#​32158) (67cdf44)
  • Correct Form URL Encoded label in HTTP Request node (#​31852) (ff7f35e)
  • editor: Agent builder progress log lines visual glitches (#​32077) (f9496c2)
  • editor: Auto-reload editor on stale Vite chunk preload error (#​31747) (2f3ebb6)
  • editor: Close credential modal after successful setup (#​31925) (7b2c722)
  • editor: Harden credential modal against async hangs (#​31292) (037bdb2)
  • editor: Hide template setup button once setup is complete (#​31912) (af9caff)
  • editor: Insert instance ai prompt suggestions instead of submit (#​32008) (3386aa8)
  • editor: Make workflow settings and actions menu work in the AI artifact view (#​32082) (5a28683)
  • editor: Mute Never expiration in API keys table (#​32224) (115d9c7)
  • editor: Open sticky note color picker from context menu (#​31917) (0685db8)
  • editor: Preserve loaded options value when navigating between nodes (#​31946) (f6e5705)
  • editor: Refresh Instance AI workflow preview on update and restore-version (#​31904) (f2c764a)
  • editor: Remove 'Building your agent' loading state and go straight to full-page builder (#​32120) (d553602)
  • editor: Restore cross-origin notification after OAuth popup completes (#​32087) (090fa9e)
  • editor: Scope publish history scrollbar to timeline sidebar (#​31661) (497226e)
  • editor: Send only credential id when authorizing OAuth credentials (#​31926) (4f10853)
  • editor: Show AI assistant error when stream ends with unparseable content (#​32068) (a7b910f)
  • editor: Show an error when imported JSON is not a valid workflow (#​31782) (0731871)
  • editor: Show correct project in workflow breadcrumb for projectId links (#​32103) (fd23d4d)
  • editor: Show run data of stopped executions in scaling mode (#​32142) (889769a)
  • editor: Skip external-secrets fetch on Community Edition (#​31906) (f6518a5)
  • editor: Stop showing deleted resources in dependency pill (#​32106) (4e10568)
  • editor: Truncate long API key labels in settings table (#​32232) (607634a)
  • editor: Use workflow-scoped credential fetch in node credential picker (#​31938) (8cd67d3)
  • Fix 4 security issues in @​grpc/grpc-js, hono (#​32281) (e292779)
  • Fix security issue in shell-quote via minor version upgrade from 1.8.3 to 1.8.4 (SEC-809) (#​32107) (131e4ea)
  • Http Request Node: Preserve multipart filenames for binary uploads (#​29022) (f412820)
  • Kafka Node: Distinguish the Schema Registry credential from the Kafka credential (#​32335) (41ee940)
  • Move unstable PURL-pinned overrides to version-agnostic byName (#​31985) (e77dd74)
  • Oracle Database Node: Support OUT bind parameters (#​30083) (d3406dd)
  • Require justified mutants in mutation-health gate (#​32340) (b3a34fc)
  • Set task status to 'cancelled' in BackgroundTaskManager.cancelAll() (#​31764) (5733fb7)
  • Store messages even if stream is undrained (#​32119) (f2da1d1)
Features
Performance Improvements

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | final | minor | `2.26.4` → `2.28.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (n8nio/n8n)</summary> ### [`v2.27.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#2270-2026-06-16) ##### Bug Fixes - **API:** Make conditional credential fields optional instead of forbidden ([#&#8203;32010](https://github.com/n8n-io/n8n/issues/32010)) ([0ab043c](https://github.com/n8n-io/n8n/commit/0ab043c8bb3c0ccdb21c57a885d454eabaacbb35)) - Bump task-runner-launcher to 1.4.7 to clear stdlib CVEs ([#&#8203;32095](https://github.com/n8n-io/n8n/issues/32095)) ([4d974e3](https://github.com/n8n-io/n8n/commit/4d974e38efaed7e3e7d869fd3490b5cfa2465b51)) - Computer use disconnect status on client stop ([#&#8203;32059](https://github.com/n8n-io/n8n/issues/32059)) ([5c61d0e](https://github.com/n8n-io/n8n/commit/5c61d0e65795d3bb92aaac1f3528c2dec873bd8f)) - **core:** Add RFC 8707 resource parameter to client-side OAuth flow ([#&#8203;30924](https://github.com/n8n-io/n8n/issues/30924)) ([04b4a79](https://github.com/n8n-io/n8n/commit/04b4a793cca1a99de5a8fc7bd5c3f6b6efb4b0d4)) - **core:** Allow publishing workflows that use private credentials ([#&#8203;32306](https://github.com/n8n-io/n8n/issues/32306)) ([27d8426](https://github.com/n8n-io/n8n/commit/27d84260c66479b8b040cea922ed7d6a6261864f)) - **core:** Enforce API key scope/endpoint parity in public API ([#&#8203;32231](https://github.com/n8n-io/n8n/issues/32231)) ([58999f0](https://github.com/n8n-io/n8n/commit/58999f030fa08e640ad56a38fd05b7e3b52589c0)) - **core:** Ensure workflows that fail to activate are removed from active, preventing unintended executions ([#&#8203;31767](https://github.com/n8n-io/n8n/issues/31767)) ([79d1695](https://github.com/n8n-io/n8n/commit/79d1695c42668a1ddd503e7f6fb73ce417d63400)) - **core:** Fix workers processing queued jobs before module initialization completes ([#&#8203;32145](https://github.com/n8n-io/n8n/issues/32145)) ([506461f](https://github.com/n8n-io/n8n/commit/506461ff7ae44915b1937f212a8e04ea7add5ffb)) - **core:** Hide resource URL for synthetic OAuth2 credentials for MCP registry tools ([#&#8203;32351](https://github.com/n8n-io/n8n/issues/32351)) ([51fe9ff](https://github.com/n8n-io/n8n/commit/51fe9ff8554220d70d648553413d8c47f98eef30)) - **core:** Include indexes and TOAST in Postgres data table size ([#&#8203;31606](https://github.com/n8n-io/n8n/issues/31606)) ([c9f4aa8](https://github.com/n8n-io/n8n/commit/c9f4aa83c4048a717833fbd65ce60ac9a1f621ab)) - **core:** Preserve trailing letter-less text in toSentenceCase() exp… ([#&#8203;32242](https://github.com/n8n-io/n8n/issues/32242)) ([7a77898](https://github.com/n8n-io/n8n/commit/7a778985c153b16b244c7adef0d8f989b1a70a86)) - **core:** Prevent nodes from throwing `context.getNodeParameter is not a function` when n8n is installed via npm ([#&#8203;32123](https://github.com/n8n-io/n8n/issues/32123)) ([a254a89](https://github.com/n8n-io/n8n/commit/a254a89d498ccf345b9067ef515b2123ff9e08a2)) - **core:** Prevent pollers from starting executions for old workflow versions when registered while in-flight ([#&#8203;32006](https://github.com/n8n-io/n8n/issues/32006)) ([21c786c](https://github.com/n8n-io/n8n/commit/21c786c8a1ed54f6690b213aa35bcb74cf13b99e)) - **core:** Prevent post-execution writes against closed pool on worker shutdown ([#&#8203;31915](https://github.com/n8n-io/n8n/issues/31915)) ([3059088](https://github.com/n8n-io/n8n/commit/3059088ab65248c2a708bb899872c33aacca40de)) - **core:** Prevent queue recovery from marking waiting executions as crashed ([#&#8203;32316](https://github.com/n8n-io/n8n/issues/32316)) ([c4c0e91](https://github.com/n8n-io/n8n/commit/c4c0e91807549793fab1f4cb339641d9c832dd8d)) - **core:** Propagate sub-workflow errors to parent after wait resume ([#&#8203;31927](https://github.com/n8n-io/n8n/issues/31927)) ([6afba57](https://github.com/n8n-io/n8n/commit/6afba57091dd1cbdc4dccf0a8fdd5f86508c555d)) - **core:** Remove user:enforceMfa from public API key scopes ([#&#8203;32223](https://github.com/n8n-io/n8n/issues/32223)) ([3c39a0e](https://github.com/n8n-io/n8n/commit/3c39a0e336e9ebbeb10b2c4398e4924c2acb1ae6)) - **core:** Retry role mapping create order conflicts ([#&#8203;30687](https://github.com/n8n-io/n8n/issues/30687)) ([448c114](https://github.com/n8n-io/n8n/commit/448c114127aa6fdec5e72e5042cdadb07c0324dc)) - **core:** Surface a final response when a builder follow-up completes silently ([#&#8203;31986](https://github.com/n8n-io/n8n/issues/31986)) ([29abe78](https://github.com/n8n-io/n8n/commit/29abe781d53475f92b6edde7e786a666d67ee22b)) - **core:** Throw a clear error for $evaluateExpression in the Code node under secure mode ([#&#8203;31721](https://github.com/n8n-io/n8n/issues/31721)) ([fbad049](https://github.com/n8n-io/n8n/commit/fbad049db972d850e09154ee18f2ada8f00a38ad)) - **core:** Upgrade nodemailer to 8.0.10 (DEVP-401) ([#&#8203;31998](https://github.com/n8n-io/n8n/issues/31998)) ([c339095](https://github.com/n8n-io/n8n/commit/c339095c47247f2e38c054fa9f835206a95d2aa4)) - **core:** Use npm's bundled node-gyp for isolated-vm Docker rebuild ([#&#8203;32158](https://github.com/n8n-io/n8n/issues/32158)) ([67cdf44](https://github.com/n8n-io/n8n/commit/67cdf44fe71134ba6b549e663f11d192e627e310)) - Correct Form URL Encoded label in HTTP Request node ([#&#8203;31852](https://github.com/n8n-io/n8n/issues/31852)) ([ff7f35e](https://github.com/n8n-io/n8n/commit/ff7f35eefcd3bce9728b1312d39ec0b1b0acbeb0)) - **editor:** Agent builder progress log lines visual glitches ([#&#8203;32077](https://github.com/n8n-io/n8n/issues/32077)) ([f9496c2](https://github.com/n8n-io/n8n/commit/f9496c2397f9e7a52f8b5abef77ea320f47e1b20)) - **editor:** Auto-reload editor on stale Vite chunk preload error ([#&#8203;31747](https://github.com/n8n-io/n8n/issues/31747)) ([2f3ebb6](https://github.com/n8n-io/n8n/commit/2f3ebb620cf7cd16fcedaa94a1be6ec61f66626b)) - **editor:** Close credential modal after successful setup ([#&#8203;31925](https://github.com/n8n-io/n8n/issues/31925)) ([7b2c722](https://github.com/n8n-io/n8n/commit/7b2c722182d741bb455db22b46eacfea6390a2c9)) - **editor:** Harden credential modal against async hangs ([#&#8203;31292](https://github.com/n8n-io/n8n/issues/31292)) ([037bdb2](https://github.com/n8n-io/n8n/commit/037bdb216f2c942e049e1fcca61b22ee8cc2b2b0)) - **editor:** Hide template setup button once setup is complete ([#&#8203;31912](https://github.com/n8n-io/n8n/issues/31912)) ([af9caff](https://github.com/n8n-io/n8n/commit/af9caffc7e1fd81aa6e3c41b5231f4d56cfa3bf6)) - **editor:** Insert instance ai prompt suggestions instead of submit ([#&#8203;32008](https://github.com/n8n-io/n8n/issues/32008)) ([3386aa8](https://github.com/n8n-io/n8n/commit/3386aa81ccbfa2ed21ff7ac2b00369fb5a1376c7)) - **editor:** Make workflow settings and actions menu work in the AI artifact view ([#&#8203;32082](https://github.com/n8n-io/n8n/issues/32082)) ([5a28683](https://github.com/n8n-io/n8n/commit/5a28683c7811530a7bbcfcfa4aebc0223efe5f47)) - **editor:** Mute Never expiration in API keys table ([#&#8203;32224](https://github.com/n8n-io/n8n/issues/32224)) ([115d9c7](https://github.com/n8n-io/n8n/commit/115d9c7597c1d7c376046df1963f0eb1e66450b7)) - **editor:** Open sticky note color picker from context menu ([#&#8203;31917](https://github.com/n8n-io/n8n/issues/31917)) ([0685db8](https://github.com/n8n-io/n8n/commit/0685db8ff6dabd5121a6b0adcec9a53fb58b8b75)) - **editor:** Preserve loaded options value when navigating between nodes ([#&#8203;31946](https://github.com/n8n-io/n8n/issues/31946)) ([f6e5705](https://github.com/n8n-io/n8n/commit/f6e57059caf420a03bc638bdcf94a8085c9ff94f)) - **editor:** Refresh Instance AI workflow preview on update and restore-version ([#&#8203;31904](https://github.com/n8n-io/n8n/issues/31904)) ([f2c764a](https://github.com/n8n-io/n8n/commit/f2c764a804f1efb458363bcc2b6f30d4cb1b0b67)) - **editor:** Remove 'Building your agent' loading state and go straight to full-page builder ([#&#8203;32120](https://github.com/n8n-io/n8n/issues/32120)) ([d553602](https://github.com/n8n-io/n8n/commit/d55360245a0cc5091b964f6cdffcc8bf9084f0cc)) - **editor:** Restore cross-origin notification after OAuth popup completes ([#&#8203;32087](https://github.com/n8n-io/n8n/issues/32087)) ([090fa9e](https://github.com/n8n-io/n8n/commit/090fa9e84b8fe8b0dc5d714c65835b0ee4689e0e)) - **editor:** Scope publish history scrollbar to timeline sidebar ([#&#8203;31661](https://github.com/n8n-io/n8n/issues/31661)) ([497226e](https://github.com/n8n-io/n8n/commit/497226e8945d780262af409565ef546b29b89299)) - **editor:** Send only credential id when authorizing OAuth credentials ([#&#8203;31926](https://github.com/n8n-io/n8n/issues/31926)) ([4f10853](https://github.com/n8n-io/n8n/commit/4f10853a1585663dbc76ce97a3b3bb53361b1301)) - **editor:** Show AI assistant error when stream ends with unparseable content ([#&#8203;32068](https://github.com/n8n-io/n8n/issues/32068)) ([a7b910f](https://github.com/n8n-io/n8n/commit/a7b910f3653093d9550234d48085afe6012bd325)) - **editor:** Show an error when imported JSON is not a valid workflow ([#&#8203;31782](https://github.com/n8n-io/n8n/issues/31782)) ([0731871](https://github.com/n8n-io/n8n/commit/073187137ac5aced3cc7514526c968d742696def)) - **editor:** Show correct project in workflow breadcrumb for projectId links ([#&#8203;32103](https://github.com/n8n-io/n8n/issues/32103)) ([fd23d4d](https://github.com/n8n-io/n8n/commit/fd23d4da56ed35bc1fceb5503011ff899d7a4578)) - **editor:** Show run data of stopped executions in scaling mode ([#&#8203;32142](https://github.com/n8n-io/n8n/issues/32142)) ([889769a](https://github.com/n8n-io/n8n/commit/889769a34dc5f652e8fa05c15e1a33719ee05081)) - **editor:** Skip external-secrets fetch on Community Edition ([#&#8203;31906](https://github.com/n8n-io/n8n/issues/31906)) ([f6518a5](https://github.com/n8n-io/n8n/commit/f6518a5780ea6610dd98de38d83a773db5caadfc)) - **editor:** Stop showing deleted resources in dependency pill ([#&#8203;32106](https://github.com/n8n-io/n8n/issues/32106)) ([4e10568](https://github.com/n8n-io/n8n/commit/4e105682ac5b92ab4ec7c81a71e087a6c227aea1)) - **editor:** Truncate long API key labels in settings table ([#&#8203;32232](https://github.com/n8n-io/n8n/issues/32232)) ([607634a](https://github.com/n8n-io/n8n/commit/607634ad274b956e413850bf7ba93b80ed1d039d)) - **editor:** Use workflow-scoped credential fetch in node credential picker ([#&#8203;31938](https://github.com/n8n-io/n8n/issues/31938)) ([8cd67d3](https://github.com/n8n-io/n8n/commit/8cd67d300d57563da9f1cc867c688db44d3b31e2)) - Fix 4 security issues in [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js), hono ([#&#8203;32281](https://github.com/n8n-io/n8n/issues/32281)) ([e292779](https://github.com/n8n-io/n8n/commit/e292779f1a739b6188efac25f171a8da913ce16b)) - Fix security issue in shell-quote via minor version upgrade from 1.8.3 to 1.8.4 (SEC-809) ([#&#8203;32107](https://github.com/n8n-io/n8n/issues/32107)) ([131e4ea](https://github.com/n8n-io/n8n/commit/131e4ea9d6a7046b36f64a483ea4fa39f83fa845)) - **Http Request Node:** Preserve multipart filenames for binary uploads ([#&#8203;29022](https://github.com/n8n-io/n8n/issues/29022)) ([f412820](https://github.com/n8n-io/n8n/commit/f412820f522ab8cc3aa42097b618b046cb000288)) - **Kafka Node:** Distinguish the Schema Registry credential from the Kafka credential ([#&#8203;32335](https://github.com/n8n-io/n8n/issues/32335)) ([41ee940](https://github.com/n8n-io/n8n/commit/41ee9408813ba061546ebe59671fe99257558ea1)) - Move unstable PURL-pinned overrides to version-agnostic byName ([#&#8203;31985](https://github.com/n8n-io/n8n/issues/31985)) ([e77dd74](https://github.com/n8n-io/n8n/commit/e77dd74a70e105f6099a001eeefed5df3023ab0f)) - **Oracle Database Node:** Support OUT bind parameters ([#&#8203;30083](https://github.com/n8n-io/n8n/issues/30083)) ([d3406dd](https://github.com/n8n-io/n8n/commit/d3406dd75f222d4e2bae46dc7906cb14f6fc6f76)) - Require justified mutants in mutation-health gate ([#&#8203;32340](https://github.com/n8n-io/n8n/issues/32340)) ([b3a34fc](https://github.com/n8n-io/n8n/commit/b3a34fcd81659f6e33b5857a8c68816f7e105320)) - Set task status to 'cancelled' in BackgroundTaskManager.cancelAll() ([#&#8203;31764](https://github.com/n8n-io/n8n/issues/31764)) ([5733fb7](https://github.com/n8n-io/n8n/commit/5733fb794b3de6bb048ef48f91747075a6c0a896)) - Store messages even if stream is undrained ([#&#8203;32119](https://github.com/n8n-io/n8n/issues/32119)) ([f2da1d1](https://github.com/n8n-io/n8n/commit/f2da1d14bbd8b210e0d2f9f95387372c1e00bece)) ##### Features - **Calendly Trigger Node:** Deprecate API key auth and default to OAuth2 ([#&#8203;28367](https://github.com/n8n-io/n8n/issues/28367)) ([3f88c6e](https://github.com/n8n-io/n8n/commit/3f88c6e61f948e19f4175521619cab8db2d899af)) - Computer use supports reading local pdf and image files ([#&#8203;30704](https://github.com/n8n-io/n8n/issues/30704)) ([b810bfd](https://github.com/n8n-io/n8n/commit/b810bfde435036d93f640f2a2025b5c95a521bc9)) - **core:** Add cred-filename-against-convention community node lint rule ([#&#8203;32356](https://github.com/n8n-io/n8n/issues/32356)) ([e436e1a](https://github.com/n8n-io/n8n/commit/e436e1a6c9f7577095605b506dfada7ee0bfda0f)) - **core:** Add explore\_node\_resources MCP tool ([#&#8203;31018](https://github.com/n8n-io/n8n/issues/31018)) ([9373433](https://github.com/n8n-io/n8n/commit/9373433aae472444314334bafd963274fcbae3aa)) - **core:** Add Instance AI builder planning guardrails ([#&#8203;31984](https://github.com/n8n-io/n8n/issues/31984)) ([63cdd9f](https://github.com/n8n-io/n8n/commit/63cdd9f777b859e4c6d0e835f2b13014d2e39976)) - **core:** Add instance settings env telemetry ([#&#8203;31949](https://github.com/n8n-io/n8n/issues/31949)) ([3753c34](https://github.com/n8n-io/n8n/commit/3753c34e0adebdefc24c6b43dc4c3d6a5b88ebac)) - **core:** Add OpenTelemetry test trace endpoint and settings button ([#&#8203;32333](https://github.com/n8n-io/n8n/issues/32333)) ([4fde44b](https://github.com/n8n-io/n8n/commit/4fde44bdaf06727eae8cb85db727cece376ebae6)) - **core:** Add output redactor guardrail for instance AI use ([#&#8203;31929](https://github.com/n8n-io/n8n/issues/31929)) ([06df815](https://github.com/n8n-io/n8n/commit/06df815c4b74a0860d31653e162ba60b178f3996)) - **core:** Add S3 storage mode for execution data ([#&#8203;32226](https://github.com/n8n-io/n8n/issues/32226)) ([2a6acf3](https://github.com/n8n-io/n8n/commit/2a6acf3cd602e6d414f92ecf3e021d87a1149f1e)) - **core:** Add tags support to MCP server ([#&#8203;31446](https://github.com/n8n-io/n8n/issues/31446)) ([1640a69](https://github.com/n8n-io/n8n/commit/1640a69ea66baa68cfcdb04be71818560a78a48d)) - **core:** Add telemetry for import/export on server CLI ([#&#8203;32297](https://github.com/n8n-io/n8n/issues/32297)) ([2ac0660](https://github.com/n8n-io/n8n/commit/2ac06605522ec0b63f6d5e0c0ceb9a7ef057af98)) - **core:** Add valid-author community node lint rule ([#&#8203;32357](https://github.com/n8n-io/n8n/issues/32357)) ([029cf72](https://github.com/n8n-io/n8n/commit/029cf72b97c6cf64b7fe38fb7a8e0af22ca6ba7a)) - **core:** Add validation and size limits to package archive reading ([#&#8203;31812](https://github.com/n8n-io/n8n/issues/31812)) ([e0cb99e](https://github.com/n8n-io/n8n/commit/e0cb99eb84d70ce3e15b4ad466aa7b0f28c45952)) - **core:** Add workflowPublishingPolicy to package import ([#&#8203;31961](https://github.com/n8n-io/n8n/issues/31961)) ([140a319](https://github.com/n8n-io/n8n/commit/140a319ccd2284817026a63cc3fa7014725ed585)) - **core:** Configure OpenTelemetry settings via UI ([#&#8203;31781](https://github.com/n8n-io/n8n/issues/31781)) ([e2dd95d](https://github.com/n8n-io/n8n/commit/e2dd95d15a115559c216b1d0bc6964fd2b8624d0)) - **core:** Email public API key owners when their key is revoked by an admin ([#&#8203;32086](https://github.com/n8n-io/n8n/issues/32086)) ([ac19787](https://github.com/n8n-io/n8n/commit/ac197878d95a15ce30e1201a544cd79fa02efa0c)) - **core:** Expose DNS cache metrics via PrometheusMetricsService ([#&#8203;32013](https://github.com/n8n-io/n8n/issues/32013)) ([5ab381c](https://github.com/n8n-io/n8n/commit/5ab381c8bc2ea9f924e66ed46b5456086706e7e0)) - **core:** Expose SSRF protection check outcomes as Prometheus metrics ([#&#8203;32004](https://github.com/n8n-io/n8n/issues/32004)) ([58c4cd1](https://github.com/n8n-io/n8n/commit/58c4cd1d87a61bbd25c3fc5fb0a563d6cc6188e6)) - **core:** Introduce credentialBindings for package import ([#&#8203;32228](https://github.com/n8n-io/n8n/issues/32228)) ([f161bf0](https://github.com/n8n-io/n8n/commit/f161bf07861674643e7547174e4d07345d737205)) - **core:** Make data redaction enforcement generally available ([#&#8203;31966](https://github.com/n8n-io/n8n/issues/31966)) ([2afc32a](https://github.com/n8n-io/n8n/commit/2afc32a3ec5a7f6279f2ddd13b5522a51c74c210)) - **core:** Remove n8n packages license check ([#&#8203;32317](https://github.com/n8n-io/n8n/issues/32317)) ([93e2f86](https://github.com/n8n-io/n8n/commit/93e2f8629eef8ac5877950d688a11458a780464e)) - **core:** Workflow import workflowIdPolicy ([#&#8203;32075](https://github.com/n8n-io/n8n/issues/32075)) ([24c264c](https://github.com/n8n-io/n8n/commit/24c264ca288ebf0af9d958dca7323437fe97b25f)) - **editor:** Add docs links for data redaction ([#&#8203;32220](https://github.com/n8n-io/n8n/issues/32220)) ([bc90a4b](https://github.com/n8n-io/n8n/commit/bc90a4b8f2bbb746baf6523f1115d123b6be1ee0)) - **editor:** Allow creating variables and data tables from the universal add menu ([#&#8203;32079](https://github.com/n8n-io/n8n/issues/32079)) ([3cff611](https://github.com/n8n-io/n8n/commit/3cff611c6e8c568b0de0888de2ab4208e126b403)) - **editor:** Open API key modal in read-only mode for non-owners ([#&#8203;32254](https://github.com/n8n-io/n8n/issues/32254)) ([9496996](https://github.com/n8n-io/n8n/commit/94969962cf994ecf090101a946d2b5ffa4843b8e)) - **editor:** Redesign API key created modal ([#&#8203;32256](https://github.com/n8n-io/n8n/issues/32256)) ([e6bc501](https://github.com/n8n-io/n8n/commit/e6bc5012bacd037c9dc60e0b81312559c61765ee)) - **editor:** Reposition nodes on group collapse/expand ([#&#8203;32128](https://github.com/n8n-io/n8n/issues/32128)) ([053126f](https://github.com/n8n-io/n8n/commit/053126fc7c62df8f033f89cf4150f5117f48c953)) - **editor:** Rewrite icon picker with search, full Lucide set, emoji sections, and color/skin tone pickers ([#&#8203;25649](https://github.com/n8n-io/n8n/issues/25649)) ([12ba0d0](https://github.com/n8n-io/n8n/commit/12ba0d00803222495693de89eb3d1e919d4a663f)) - **editor:** Use an action menu for API key row actions ([#&#8203;32339](https://github.com/n8n-io/n8n/issues/32339)) ([f80fca2](https://github.com/n8n-io/n8n/commit/f80fca2617e8e6d57f497502bd26e1717673dee0)) - Force Microsoft account selection on OAuth for all Microsoft credentials ([#&#8203;32015](https://github.com/n8n-io/n8n/issues/32015)) ([939307a](https://github.com/n8n-io/n8n/commit/939307a4d5fc4179d7e0a7233ec31b23ad698df2)) - **GitHub Node:** Introduce get members operation on organization resource ([#&#8203;23822](https://github.com/n8n-io/n8n/issues/23822)) ([05d44e4](https://github.com/n8n-io/n8n/commit/05d44e45b2a166823ae23a1b68ff211e0bb9b922)) - **JWT Node:** Support custom header claims for the Sign operation ([#&#8203;31918](https://github.com/n8n-io/n8n/issues/31918)) ([160cb09](https://github.com/n8n-io/n8n/commit/160cb095c819f15e55ccf55ad4f7458500fdca65)) - **Kafka Node:** Add Schema Registry credential type ([#&#8203;32026](https://github.com/n8n-io/n8n/issues/32026)) ([93d9387](https://github.com/n8n-io/n8n/commit/93d9387f3eaa33c19099b2b6a5db4f270c455f35)) - **LmChatAnthropic Node:** Add streaming option ([#&#8203;30991](https://github.com/n8n-io/n8n/issues/30991)) ([cf223af](https://github.com/n8n-io/n8n/commit/cf223af11cd310d75fb8149dc27214071423fa97)) - **MCP Server Trigger Node:** Add n8n OAuth2 authentication option ([#&#8203;32326](https://github.com/n8n-io/n8n/issues/32326)) ([e7b1c1c](https://github.com/n8n-io/n8n/commit/e7b1c1c2ef60abb65bf7502c0df5d777276f6ac1)) - **Microsoft OneDrive Node:** Support the generic Microsoft OAuth2 credential ([#&#8203;32295](https://github.com/n8n-io/n8n/issues/32295)) ([30b5451](https://github.com/n8n-io/n8n/commit/30b54515d6bd6728c1961ec37d3b6cc8e2340a23)) - **Pipedrive Trigger Node:** Allow lead entities to be triggered upon ([#&#8203;23977](https://github.com/n8n-io/n8n/issues/23977)) ([da8b7c7](https://github.com/n8n-io/n8n/commit/da8b7c7317c538f3340b5b1d4212251abbda7f54)) - Reduces delay in displaying AI Assistant workflow preview examples ([#&#8203;32194](https://github.com/n8n-io/n8n/issues/32194)) ([2e9946c](https://github.com/n8n-io/n8n/commit/2e9946c458d6c91552b0f8de5b75547cd6b2c079)) - Show the workflow name on the OAuth consent screen ([#&#8203;32362](https://github.com/n8n-io/n8n/issues/32362)) ([7a5c208](https://github.com/n8n-io/n8n/commit/7a5c2087f7e3c42c373ef397cb83df14d66a28a6)) ##### Performance Improvements - **core:** Add partial index on execution\_entity to fix executions list CPU spike ([#&#8203;32116](https://github.com/n8n-io/n8n/issues/32116)) ([3b53949](https://github.com/n8n-io/n8n/commit/3b539497928f8cb9f50621f683061dc7631adbfc)) - **core:** Optimize workflow lookups ([#&#8203;24690](https://github.com/n8n-io/n8n/issues/24690)) ([c3b35c1](https://github.com/n8n-io/n8n/commit/c3b35c1a60fb32dcff2f0ef2338dc7330e4d80bd)) - **core:** Ungate minimize execution data fetching ([#&#8203;30969](https://github.com/n8n-io/n8n/issues/30969)) ([4b4a76a](https://github.com/n8n-io/n8n/commit/4b4a76a375d550679bc0312561a6b71f189bee84)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update n8nio/n8n Docker tag to v2.27.3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
1af8b961bf
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-20 03:07:32 +02:00
Author
Collaborator

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks
### Branch automerge failure This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. ___ * Branch has one or more failed status checks
renovate force-pushed renovate/n8nio-n8n-2.x from 1af8b961bf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
to 19b068a0e4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-06-23 14:08:49 +02:00
Compare
renovate deleted branch renovate/n8nio-n8n-2.x 2026-06-23 14:08:52 +02:00
renovate changed title from Update n8nio/n8n Docker tag to v2.27.3 to Update n8nio/n8n Docker tag to v2.28.0 2026-06-23 14:09:15 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sebleh/n8n-custom!37
No description provided.