Update n8nio/n8n Docker tag to v2.25.6 #35

Merged
renovate merged 1 commit from renovate/n8nio-n8n-2.x into main 2026-06-08 13:07:53 +02:00
Collaborator

This PR contains the following updates:

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

Release Notes

n8n-io/n8n (n8nio/n8n)

v2.24.0

Bug Fixes
  • cli: Decouple agent library bundle from build:data (#​31293) (70ab5e5)
  • Compression Node: Add decompression output size validation (#​31366) (90dd93c)
  • core: Align /credentials/for-workflow response with its frontend type (#​31253) (1c39015)
  • core: Allow emails in npm person strings in no-template-placeholders lint rule (#​31196) (0a548b8)
  • core: Coerce non-string node names in buildNodeIndex (#​31411) (6cf3b0b)
  • core: Expand ESLint rule to catch toThrowError error instance assertions (#​31187) (39d660e)
  • core: Insights page shows license paywall for licensed users (#​31406) (d24a076)
  • core: Make AI tool nodes continue on error by default (#​31225) (863dfc3)
  • core: Normalise Sentry stack frame paths to stable app:/// roots (#​31421) (e620545)
  • core: Preserve code-builder thread suffix when parsing session (#​30829) (483752e)
  • core: Preserve underlying cause when logging webhook execution failures (#​31120) (b2f4c2c)
  • core: Quiet VM expression engine logs on the happy path (#​31488) (b9e97e4)
  • core: Raise rate limit on telemetry /identify endpoint (#​31509) (e8cbcf0)
  • core: Re-register expression metrics after Prometheus registry reset (#​31484) (ccf401c)
  • core: Rebuild isolated-vm in Docker image for musl libc (#​31396) (80a97bd)
  • core: Sort MCP search_workflows by most recently edited (#​31245) (3d452f7)
  • core: Synthesize type-defs for MCP registry nodes at request time (#​30887) (37e47e3)
  • core: Use slugs instead of ids to identify MCP registry servers (#​30974) (4722c4d)
  • core: Use timestamptz for data table date columns (#​31286) (1a9a69a)
  • editor, core: Enhance source control endpoint access control (#​31349) (068547b)
  • editor: Clear pin data on workspace initialization of production execution (#​31218) (a99b91d)
  • editor: Hide private credential connect controls without update permission (#​31507) (13ee461)
  • editor: Reduce length penalty so longer node names rank fairly (#​31294) (1b8235e)
  • editor: Remove obsolete credential resolver warnings (#​31466) (f09e1c7)
  • editor: Render new empty state for quick-connect credentials in standalone mode (#​31145) (1e9c6bb)
  • editor: Render setup step dropdown above chat input (#​31299) (e07c8e6)
  • editor: Suppress strict-mode 'delete' TypeScript error in Code node JS editor (#​31067) (d6457bd)
  • Email Trigger (IMAP) Node: Fix emails marked as read without triggering workflow (#​30375) (3d45fe6)
  • Extend Browser mcp secret redaction patterns (#​30970) (60c8517)
  • Google Gemini Chat Model Node: Hide imagen models from model dropdown (#​31150) (e4c0d6f)
  • HighLevel Node: Encode contact lookup query parameters (#​31365) (8635dcd)
  • langchain agent Node: Resolve sub-agent tool calls inline when nested (#​31072) (e9920b6)
  • LDAP Node: Bump ldapts to 8.1.7 to fix silent rename on long DN paths (#​30712) (7db3eb8)
  • MongoDB Node: Validate update key value type (#​31371) (439d260)
  • Only allow specified AWS regions (#​31374) (e3c14a4)
  • Pipedrive Node: Map user_id to owner_id for v2 deal and activity requests (#​30890) (e9631b3)
  • Postgres Node: Return empty array for SELECTs that match no rows (#​30528) (4df0568)
  • Preserve reserved tokens (#​31363) (dd4b3ff)
  • Resolve all external licenses in release SBOM (#​31231) (eff29ce)
  • Revert 'Input validation for workflow and data table names' (PR 30594) (#​31359) (f4a5880)
  • Salesforce Trigger Node: Stop Created triggers refiring on record updates (#​30809) (6151660)
  • Send Email Node: Allow non-inline file attachments (#​31071) (c1856af)
  • Set Content-Type for Meta-family trigger node responses (#​31354) (16728b3)
  • Stripe Trigger Node: Use stored webhook secret for request verification (#​31212) (9e41d03)
  • Zulip Node: Normalize multiOptions recipients when expression returns a string (#​31492) (01cc906)
Features

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.23.2` → `2.25.6` | --- ### Release Notes <details> <summary>n8n-io/n8n (n8nio/n8n)</summary> ### [`v2.24.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#2240-2026-06-02) ##### Bug Fixes - **cli:** Decouple agent library bundle from build:data ([#&#8203;31293](https://github.com/n8n-io/n8n/issues/31293)) ([70ab5e5](https://github.com/n8n-io/n8n/commit/70ab5e582821ec50778e7aba01cbd1896879f3ff)) - **Compression Node:** Add decompression output size validation ([#&#8203;31366](https://github.com/n8n-io/n8n/issues/31366)) ([90dd93c](https://github.com/n8n-io/n8n/commit/90dd93c7723f33f71ea1382cad3f921715ae8409)) - **core:** Align /credentials/for-workflow response with its frontend type ([#&#8203;31253](https://github.com/n8n-io/n8n/issues/31253)) ([1c39015](https://github.com/n8n-io/n8n/commit/1c3901576bb4b2e266ce7a21933221204f44064a)) - **core:** Allow emails in npm person strings in no-template-placeholders lint rule ([#&#8203;31196](https://github.com/n8n-io/n8n/issues/31196)) ([0a548b8](https://github.com/n8n-io/n8n/commit/0a548b82c2581da149483c845978c18235f36c89)) - **core:** Coerce non-string node names in buildNodeIndex ([#&#8203;31411](https://github.com/n8n-io/n8n/issues/31411)) ([6cf3b0b](https://github.com/n8n-io/n8n/commit/6cf3b0b67900dc1c8cd46d2bf2c223ea938651fc)) - **core:** Expand ESLint rule to catch toThrowError error instance assertions ([#&#8203;31187](https://github.com/n8n-io/n8n/issues/31187)) ([39d660e](https://github.com/n8n-io/n8n/commit/39d660e522d926594a14269ca7219d466d07fa48)) - **core:** Insights page shows license paywall for licensed users ([#&#8203;31406](https://github.com/n8n-io/n8n/issues/31406)) ([d24a076](https://github.com/n8n-io/n8n/commit/d24a07622d747797581f1e7472a3a65060e02c3e)) - **core:** Make AI tool nodes continue on error by default ([#&#8203;31225](https://github.com/n8n-io/n8n/issues/31225)) ([863dfc3](https://github.com/n8n-io/n8n/commit/863dfc340c9cca78aa5e77b9254c281cce8715d5)) - **core:** Normalise Sentry stack frame paths to stable app\:/// roots ([#&#8203;31421](https://github.com/n8n-io/n8n/issues/31421)) ([e620545](https://github.com/n8n-io/n8n/commit/e620545c939f0b98b7cc4a6b6317473ff63d0308)) - **core:** Preserve code-builder thread suffix when parsing session ([#&#8203;30829](https://github.com/n8n-io/n8n/issues/30829)) ([483752e](https://github.com/n8n-io/n8n/commit/483752e8dfe78c4cf5fd0a3218d23d003808efa6)) - **core:** Preserve underlying cause when logging webhook execution failures ([#&#8203;31120](https://github.com/n8n-io/n8n/issues/31120)) ([b2f4c2c](https://github.com/n8n-io/n8n/commit/b2f4c2c6e45ade2987015ebbb2ea4b8b07222eca)) - **core:** Quiet VM expression engine logs on the happy path ([#&#8203;31488](https://github.com/n8n-io/n8n/issues/31488)) ([b9e97e4](https://github.com/n8n-io/n8n/commit/b9e97e47933d77c7c27ad896d04bae8c037e9c9a)) - **core:** Raise rate limit on telemetry `/identify` endpoint ([#&#8203;31509](https://github.com/n8n-io/n8n/issues/31509)) ([e8cbcf0](https://github.com/n8n-io/n8n/commit/e8cbcf0b08287fdfc23331307286ebde7b4cf322)) - **core:** Re-register expression metrics after Prometheus registry reset ([#&#8203;31484](https://github.com/n8n-io/n8n/issues/31484)) ([ccf401c](https://github.com/n8n-io/n8n/commit/ccf401c720977e68fe7dc5f05cd0674c7e94cf3d)) - **core:** Rebuild isolated-vm in Docker image for musl libc ([#&#8203;31396](https://github.com/n8n-io/n8n/issues/31396)) ([80a97bd](https://github.com/n8n-io/n8n/commit/80a97bdcf39341dac8fcdb96e93007af6c2e559b)) - **core:** Sort MCP search\_workflows by most recently edited ([#&#8203;31245](https://github.com/n8n-io/n8n/issues/31245)) ([3d452f7](https://github.com/n8n-io/n8n/commit/3d452f7cb92083f0afb0570bddaa21bce361b84b)) - **core:** Synthesize type-defs for MCP registry nodes at request time ([#&#8203;30887](https://github.com/n8n-io/n8n/issues/30887)) ([37e47e3](https://github.com/n8n-io/n8n/commit/37e47e3cec5d6029b20346f83fb47f24828f5ffb)) - **core:** Use slugs instead of ids to identify MCP registry servers ([#&#8203;30974](https://github.com/n8n-io/n8n/issues/30974)) ([4722c4d](https://github.com/n8n-io/n8n/commit/4722c4d5828db641fbc8075e7cee216ad69ed3d2)) - **core:** Use timestamptz for data table date columns ([#&#8203;31286](https://github.com/n8n-io/n8n/issues/31286)) ([1a9a69a](https://github.com/n8n-io/n8n/commit/1a9a69a9e633bf0174d31e22a17c9e23ad9022a5)) - **editor, core:** Enhance source control endpoint access control ([#&#8203;31349](https://github.com/n8n-io/n8n/issues/31349)) ([068547b](https://github.com/n8n-io/n8n/commit/068547b500a6bd690cb48ff501919ef7c76b943f)) - **editor:** Clear pin data on workspace initialization of production execution ([#&#8203;31218](https://github.com/n8n-io/n8n/issues/31218)) ([a99b91d](https://github.com/n8n-io/n8n/commit/a99b91dd987eaa644f655fc94e1ff7272f390ebb)) - **editor:** Hide private credential connect controls without update permission ([#&#8203;31507](https://github.com/n8n-io/n8n/issues/31507)) ([13ee461](https://github.com/n8n-io/n8n/commit/13ee461f76397148360c55ad1aa7563928015861)) - **editor:** Reduce length penalty so longer node names rank fairly ([#&#8203;31294](https://github.com/n8n-io/n8n/issues/31294)) ([1b8235e](https://github.com/n8n-io/n8n/commit/1b8235ef7655f980ecf9f5fad7fe070e6da00f50)) - **editor:** Remove obsolete credential resolver warnings ([#&#8203;31466](https://github.com/n8n-io/n8n/issues/31466)) ([f09e1c7](https://github.com/n8n-io/n8n/commit/f09e1c70a922a7dda89377b9efe357e801d41fc4)) - **editor:** Render new empty state for quick-connect credentials in standalone mode ([#&#8203;31145](https://github.com/n8n-io/n8n/issues/31145)) ([1e9c6bb](https://github.com/n8n-io/n8n/commit/1e9c6bb26e26ba235d72e5fc0d102d99afbc579e)) - **editor:** Render setup step dropdown above chat input ([#&#8203;31299](https://github.com/n8n-io/n8n/issues/31299)) ([e07c8e6](https://github.com/n8n-io/n8n/commit/e07c8e6e6da48ac427af2bcf3e549b4c0cc7ddd9)) - **editor:** Suppress strict-mode 'delete' TypeScript error in Code node JS editor ([#&#8203;31067](https://github.com/n8n-io/n8n/issues/31067)) ([d6457bd](https://github.com/n8n-io/n8n/commit/d6457bd4bcb4b5d8d8e2f426c1d46388185650b4)) - **Email Trigger (IMAP) Node:** Fix emails marked as read without triggering workflow ([#&#8203;30375](https://github.com/n8n-io/n8n/issues/30375)) ([3d45fe6](https://github.com/n8n-io/n8n/commit/3d45fe626f8b3fb518505d78140d45536a629c3b)) - Extend Browser mcp secret redaction patterns ([#&#8203;30970](https://github.com/n8n-io/n8n/issues/30970)) ([60c8517](https://github.com/n8n-io/n8n/commit/60c851700435a4d165c875080c41911b4561af59)) - **Google Gemini Chat Model Node:** Hide imagen models from model dropdown ([#&#8203;31150](https://github.com/n8n-io/n8n/issues/31150)) ([e4c0d6f](https://github.com/n8n-io/n8n/commit/e4c0d6f371a8c12dc4a7d0549e1bb610e25419c4)) - **HighLevel Node:** Encode contact lookup query parameters ([#&#8203;31365](https://github.com/n8n-io/n8n/issues/31365)) ([8635dcd](https://github.com/n8n-io/n8n/commit/8635dcde2351abb57593f3cecda9495aa645e9b0)) - **langchain agent Node:** Resolve sub-agent tool calls inline when nested ([#&#8203;31072](https://github.com/n8n-io/n8n/issues/31072)) ([e9920b6](https://github.com/n8n-io/n8n/commit/e9920b62d5a2a540029c82e43fdf5d1ea6664941)) - **LDAP Node:** Bump ldapts to 8.1.7 to fix silent rename on long DN paths ([#&#8203;30712](https://github.com/n8n-io/n8n/issues/30712)) ([7db3eb8](https://github.com/n8n-io/n8n/commit/7db3eb8b2e99bdae4dbbfbb13fdc6181bba5a794)) - **MongoDB Node:** Validate update key value type ([#&#8203;31371](https://github.com/n8n-io/n8n/issues/31371)) ([439d260](https://github.com/n8n-io/n8n/commit/439d2601815a72bf93ca185af1e5b49c520fa9af)) - Only allow specified AWS regions ([#&#8203;31374](https://github.com/n8n-io/n8n/issues/31374)) ([e3c14a4](https://github.com/n8n-io/n8n/commit/e3c14a47205ec0c68c77a8431c9e09e7493140f8)) - **Pipedrive Node:** Map user\_id to owner\_id for v2 deal and activity requests ([#&#8203;30890](https://github.com/n8n-io/n8n/issues/30890)) ([e9631b3](https://github.com/n8n-io/n8n/commit/e9631b336f783a7fcd036314d2154b9d1b0fa705)) - **Postgres Node:** Return empty array for SELECTs that match no rows ([#&#8203;30528](https://github.com/n8n-io/n8n/issues/30528)) ([4df0568](https://github.com/n8n-io/n8n/commit/4df05683cc21f7697615d69abfcbe401f79aa04b)) - Preserve reserved tokens ([#&#8203;31363](https://github.com/n8n-io/n8n/issues/31363)) ([dd4b3ff](https://github.com/n8n-io/n8n/commit/dd4b3ff4462b82f951cec9892f8a71a530abb307)) - Resolve all external licenses in release SBOM ([#&#8203;31231](https://github.com/n8n-io/n8n/issues/31231)) ([eff29ce](https://github.com/n8n-io/n8n/commit/eff29ce1ba94299aa42b91263c75f2b44587c05a)) - Revert 'Input validation for workflow and data table names' (PR 30594) ([#&#8203;31359](https://github.com/n8n-io/n8n/issues/31359)) ([f4a5880](https://github.com/n8n-io/n8n/commit/f4a58806522c68d97bd25127f450f6c6b2d97dc5)) - **Salesforce Trigger Node:** Stop Created triggers refiring on record updates ([#&#8203;30809](https://github.com/n8n-io/n8n/issues/30809)) ([6151660](https://github.com/n8n-io/n8n/commit/6151660e1771aa6772407fd4466c6875cec69517)) - **Send Email Node:** Allow non-inline file attachments ([#&#8203;31071](https://github.com/n8n-io/n8n/issues/31071)) ([c1856af](https://github.com/n8n-io/n8n/commit/c1856aff8d97221d19687c8cff5eb588a83e8d50)) - Set Content-Type for Meta-family trigger node responses ([#&#8203;31354](https://github.com/n8n-io/n8n/issues/31354)) ([16728b3](https://github.com/n8n-io/n8n/commit/16728b301cf4c300b3ef61405bd23e16a170c87b)) - **Stripe Trigger Node:** Use stored webhook secret for request verification ([#&#8203;31212](https://github.com/n8n-io/n8n/issues/31212)) ([9e41d03](https://github.com/n8n-io/n8n/commit/9e41d03b292b3e021adc68e61b7e00fd8cb1ad82)) - **Zulip Node:** Normalize multiOptions recipients when expression returns a string ([#&#8203;31492](https://github.com/n8n-io/n8n/issues/31492)) ([01cc906](https://github.com/n8n-io/n8n/commit/01cc906ebdd1815fae2d5e8cc8576e9b4a39fbac)) ##### Features - Add workflow-level telemetry tags ([#&#8203;30948](https://github.com/n8n-io/n8n/issues/30948)) ([dbe3952](https://github.com/n8n-io/n8n/commit/dbe395202b403bafa9b4a8544bb9667ec323ef5c)) - **core:** Add audit event for redaction enforcement policy changes ([#&#8203;31078](https://github.com/n8n-io/n8n/issues/31078)) ([93c009a](https://github.com/n8n-io/n8n/commit/93c009aaebf0f72deeecabe6f1f81ebf43f12688)) - **core:** Add Knowledge Base to agents ([#&#8203;31034](https://github.com/n8n-io/n8n/issues/31034)) ([d3405ac](https://github.com/n8n-io/n8n/commit/d3405acb8220858d4649fea3ab86b5f92903e30e)) - **core:** Add knowledge base to snapshot image ([#&#8203;31397](https://github.com/n8n-io/n8n/issues/31397)) ([ce886a2](https://github.com/n8n-io/n8n/commit/ce886a21a3601e5e9d005047a5add86cca2540c3)) - **core:** Add option to track only published workflows with OpenTelemetry and make it the default ([#&#8203;31201](https://github.com/n8n-io/n8n/issues/31201)) ([027d97d](https://github.com/n8n-io/n8n/commit/027d97d0cb20555125ecdaa8ad66d3d1f6542af0)) - **core:** Add project-level custom telemetry tags to OTel spans ([#&#8203;30985](https://github.com/n8n-io/n8n/issues/30985)) ([11538be](https://github.com/n8n-io/n8n/commit/11538be71b6c90e4c398c9685eea02ad17f4cd82)) - **core:** Add scheduled tasks for agents ([#&#8203;31436](https://github.com/n8n-io/n8n/issues/31436)) ([bee1314](https://github.com/n8n-io/n8n/commit/bee1314aeb45bbb95f026b75049830810fe4bfe2)) - **core:** Add tool to resolve node params for a given item in execution ([#&#8203;31210](https://github.com/n8n-io/n8n/issues/31210)) ([383928e](https://github.com/n8n-io/n8n/commit/383928ea3f156c6d3dd38b1351cca90ec000434b)) - **core:** Allow MCP update\_workflow to change node execution settings ([#&#8203;31013](https://github.com/n8n-io/n8n/issues/31013)) ([945349e](https://github.com/n8n-io/n8n/commit/945349e89d03a180995824d43543539f6abed797)) - **core:** Allow users to disconnect their own dynamic credential connection ([#&#8203;31151](https://github.com/n8n-io/n8n/issues/31151)) ([920047d](https://github.com/n8n-io/n8n/commit/920047d2db10d085793963296c50e6a880227fa3)) - **core:** Clean up credential data on static/private mode toggle ([#&#8203;31322](https://github.com/n8n-io/n8n/issues/31322)) ([572a807](https://github.com/n8n-io/n8n/commit/572a8075dbe587894b4a391fdf6c5d9a247b122b)) - **core:** Include offending node JSON in workflow save errors ([#&#8203;31296](https://github.com/n8n-io/n8n/issues/31296)) ([c4fc044](https://github.com/n8n-io/n8n/commit/c4fc0447c04cbdb12ed9b55160bf9de770544436)) - **core:** Override workflow redaction policy at execution time when instance enforcement is on ([#&#8203;31069](https://github.com/n8n-io/n8n/issues/31069)) ([d6d0eff](https://github.com/n8n-io/n8n/commit/d6d0effddc8587dc1d0158444615eebebf2d82e7)) - **core:** Paginate the API keys list endpoint ([#&#8203;31500](https://github.com/n8n-io/n8n/issues/31500)) ([d327be0](https://github.com/n8n-io/n8n/commit/d327be0756bfe6aabda3e630dfd33fea956ca88f)) - **core:** Persist pending confirmations on database ([#&#8203;31052](https://github.com/n8n-io/n8n/issues/31052)) ([e413a77](https://github.com/n8n-io/n8n/commit/e413a7740d7a170df271473dd997d90b02f6a49c)) - **core:** Provide basic import of n8n packages ([#&#8203;30984](https://github.com/n8n-io/n8n/issues/30984)) ([1a377ab](https://github.com/n8n-io/n8n/commit/1a377abfaa914caa63c2dd75e1df6236b8ced544)) - **core:** Restore AI Assistant HITL state across restart ([#&#8203;31077](https://github.com/n8n-io/n8n/issues/31077)) ([408c3c0](https://github.com/n8n-io/n8n/commit/408c3c06977a431911e67408c449137b86646a1b)) - **core:** Restrict credentials to declared supported nodes ([#&#8203;31260](https://github.com/n8n-io/n8n/issues/31260)) ([d6eb844](https://github.com/n8n-io/n8n/commit/d6eb844c32b2712c5924193fe3ffb7d3540874b9)) - **core:** Surface user-facing error when credential is not connected for manual runs ([#&#8203;30993](https://github.com/n8n-io/n8n/issues/30993)) ([2431a43](https://github.com/n8n-io/n8n/commit/2431a43ac1bbf15a04e4d832949b5dddc65f2161)) - **core:** Track JWE enablement on credential save events ([#&#8203;31224](https://github.com/n8n-io/n8n/issues/31224)) ([c14337e](https://github.com/n8n-io/n8n/commit/c14337e189370ed1b81e3178bbbcd70d50dc24c1)) - **core:** Track last-used timestamp on API keys ([#&#8203;31236](https://github.com/n8n-io/n8n/issues/31236)) ([ec83a0a](https://github.com/n8n-io/n8n/commit/ec83a0a944f7dca2f47c0b0725905ffc7e4b6629)) - **core:** Workflow export with credentials ([#&#8203;31241](https://github.com/n8n-io/n8n/issues/31241)) ([00431d7](https://github.com/n8n-io/n8n/commit/00431d7505b247af4ad07615f447cffbc2e525e7)) - **Crypto Node:** Add HMAC-SHA1 support ([#&#8203;29740](https://github.com/n8n-io/n8n/issues/29740)) ([64b53b0](https://github.com/n8n-io/n8n/commit/64b53b007672a0ac4c951ee4f80ac1d18c563805)) - **editor:** Add fallback web search for agents ([#&#8203;31010](https://github.com/n8n-io/n8n/issues/31010)) ([b415544](https://github.com/n8n-io/n8n/commit/b4155446838fdcccec0d21857f67ba14e8cc803b)) - **editor:** Add HoverCard to design-system ([#&#8203;30611](https://github.com/n8n-io/n8n/issues/30611)) ([7c138e1](https://github.com/n8n-io/n8n/commit/7c138e12a9cfab4f0ce4809fb8b531eb58c94b98)) - **editor:** Add N8nMarkdown editor to [@&#8203;n8n/design-system](https://github.com/n8n/design-system) and Agents ([#&#8203;29988](https://github.com/n8n-io/n8n/issues/29988)) ([4983664](https://github.com/n8n-io/n8n/commit/49836641b5812c3afb87843881caf4bee3afaf15)) - **editor:** Add private credential badge, callout, and not-connected validation in NDV ([#&#8203;31204](https://github.com/n8n-io/n8n/issues/31204)) ([b890306](https://github.com/n8n-io/n8n/commit/b8903064cfc038d9174c263a80792abeed4ea4f1)) - **editor:** Apply instance redaction floor per-select in workflow settings ([#&#8203;31229](https://github.com/n8n-io/n8n/issues/31229)) ([d431710](https://github.com/n8n-io/n8n/commit/d431710a4c425e03acedc2ae2a91e23c8232e348)) - **editor:** Default workflow resolver to n8n system resolver ([#&#8203;31116](https://github.com/n8n-io/n8n/issues/31116)) ([7f595ee](https://github.com/n8n-io/n8n/commit/7f595eef55480689b58684e30bbaaee8a1b87b51)) - **editor:** Direct-mount editor in AI artifact preview ([#&#8203;31126](https://github.com/n8n-io/n8n/issues/31126)) ([89d0740](https://github.com/n8n-io/n8n/commit/89d0740e74271bf0f2990f5f711e7be36e0fa3ab)) - **editor:** Introduce new project/folder actions menu ([#&#8203;30614](https://github.com/n8n-io/n8n/issues/30614)) ([f0ea4ed](https://github.com/n8n-io/n8n/commit/f0ea4ed1f072cef6acfc95245a65e1683962eb6c)) - **editor:** Refine plan review with chat-input edits ([#&#8203;31124](https://github.com/n8n-io/n8n/issues/31124)) ([51aae25](https://github.com/n8n-io/n8n/commit/51aae256d101e4858969368a3ee354a66f2cbf5a)) - **editor:** Show data redaction scope dropdown to unlicensed users ([#&#8203;30966](https://github.com/n8n-io/n8n/issues/30966)) ([25a836d](https://github.com/n8n-io/n8n/commit/25a836dfb7b0afb9ccd03495af640d394dd2290c)) - **editor:** Show private credential connection state in credentials list ([#&#8203;31117](https://github.com/n8n-io/n8n/issues/31117)) ([3af0afc](https://github.com/n8n-io/n8n/commit/3af0afcd28550f9677bd7ee07979b0ea62e6f218)) - **editor:** Validate private credentials only run under manual triggers ([#&#8203;31211](https://github.com/n8n-io/n8n/issues/31211)) ([5de0d32](https://github.com/n8n-io/n8n/commit/5de0d32e2dfba3c49e83eeb7d563214bdbff96a4)) - **Form Trigger Node:** Add n8n user authentication option ([#&#8203;30539](https://github.com/n8n-io/n8n/issues/30539)) ([4604270](https://github.com/n8n-io/n8n/commit/460427046414a22fdfae3215314e6bf9eabadd5c)) - **Microsoft OneDrive Node:** Allow custom OAuth scopes (CE-949) ([#&#8203;31255](https://github.com/n8n-io/n8n/issues/31255)) ([93e2a47](https://github.com/n8n-io/n8n/commit/93e2a47267a310d4a7d346a62bfa277a6c36554f)) - **Microsoft Outlook Node:** Allow custom OAuth scopes (CE-950) ([#&#8203;31262](https://github.com/n8n-io/n8n/issues/31262)) ([30a6f51](https://github.com/n8n-io/n8n/commit/30a6f511aac7acf3300917d30663fbfe8da91f1b)) - **Microsoft SharePoint Node:** Allow custom OAuth scopes ([#&#8203;31256](https://github.com/n8n-io/n8n/issues/31256)) ([6edd4ce](https://github.com/n8n-io/n8n/commit/6edd4cea36e2449bd5f140e5d0c930520d6b8314)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update n8nio/n8n Docker tag to v2.25.5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
e5ff0ba4c9
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-06 03:08:34 +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 e5ff0ba4c9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
to 1b180295a4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-06-08 13:07:52 +02:00
Compare
renovate deleted branch renovate/n8nio-n8n-2.x 2026-06-08 13:07:53 +02:00
renovate changed title from Update n8nio/n8n Docker tag to v2.25.5 to Update n8nio/n8n Docker tag to v2.25.6 2026-06-08 13:08:16 +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!35
No description provided.