Skip to content

chore(deps): update n8n to v2.14.2#16

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/n8n
Open

chore(deps): update n8n to v2.14.2#16
renovate[bot] wants to merge 1 commit intomainfrom
renovate/n8n

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 24, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
n8nio/n8n (source) minor 2.10.42.14.2

Release Notes

n8n-io/n8n (n8nio/n8n)

v2.14.0

Bug Fixes
  • AI Agent Node: Extract tool name correctly for MCP tool calls (#​27345) (46a0aa5)
  • Anthropic Node: Update credential test to use available model (#​27234) (c2731df)
  • AWS Bedrock Chat Model Node: Extract region from modelName ARNs (#​26972) (4901814)
  • core: Add missing fields to public API workflow schema (#​27157) (4eb815c)
  • core: Add plain text body to password reset and notification emails (#​27125) (eddb26d)
  • core: Allow expressions in OAuth credential URL fields (#​27354) (1bf602e)
  • core: Allow expressions in tool default values on chat hub tools (#​27167) (90b2b9c)
  • core: Assign webhook ID to API-created webhook nodes (#​27161) (88f9f2e)
  • core: Clean up resolver references on deletion (#​26524) (61a5261)
  • core: Confirm messages immediately when no destination is listening (#​27334) (d2da928)
  • core: Disable dynamic banners when diagnostics are disabled (#​26741) (09e2c2b)
  • core: Emit leader-takeover on leadership mismatch in checkLeader (#​27126) (04bf206)
  • core: Fix an issue with workflow execution status (#​27349) (b3ced35)
  • core: Fix IDOR in test-runs endpoint by consolidating access checks (#​27305) (95ac4a4)
  • core: Fix unhandled rejection in task broker on runner disconnect (#​27278) (6fcc860)
  • core: Force full execution data fetching for evaluation test runs (#​27335) (87afcd8)
  • core: Handle external hook file paths on Windows (#​26983) (dd419ae)
  • core: Handle invalid JSON responses from OAuth2 token endpoints (#​27089) (94f4ff8)
  • core: Move OIDC SSO provisioning outside user creation transaction (#​27279) (844b5b9)
  • core: Preserve nested proxy/redirect shape in log streaming webhook (#​27109) (2f7db77)
  • core: Retry multi-main follower license check during startup (#​26990) (5800ab8)
  • core: Send client_id and client_secret in body for OAuth2 PKCE flow (#​27366) (a009988)
  • core: Stop auto applying credentials for updated MCP workflows (#​27258) (5af2a8a)
  • core: Use published version for error workflow execution (#​27196) (95fca83)
  • core: VM test Group G — RCE prevention & expression fixture fixes (#​27178) (1acdafe)
  • editor: Fix type mismatch (#​27324) (e254fd0)
  • editor: Add data to a data table by csv upload (#​26495) (5fa8855)
  • editor: Adjust external secrets input styling (#​27110) (9854450)
  • editor: Clear resource locator cache after URL redirect creation (#​27175) (d8f8ff0)
  • editor: Command bar wasn't finding any workflows (#​26788) (b2d7bde)
  • editor: Fix double execution of afterMessageSent hook (#​26103) (efb3f38)
  • editor: Fix stop button size mismatch in split-trigger mode (#​27328) (0e1ef91)
  • editor: Fix tooltip on credits counter info icon (#​27244) (e60d9e7)
  • editor: Fix workflow tag filtering excluding workflows inside folders (#​27333) (01c623f)
  • editor: Improve colorings update logic in resolvableHighlighter … (#​27331) (fc52652)
  • editor: Node references in expressions not updated when the renamed node has quotes (#​27371) (eafd32e)
  • editor: Prevent clicks on pinned rows in data tables (#​26347) (7e9f14c)
  • editor: Prevent toggle animation on Security & Policies page load (#​27350) (76c10d5)
  • editor: Prevent unwanted UI elements appearing when execute button is loading (#​27003) (dcd306b)
  • editor: Properly align line after bullet point in Sticky markdown (#​27231) (45023af)
  • editor: Properly align line after bullet point in Sticky markdown (#​27231) (03584b4)
  • editor: Remove inconsistent scrim on node creator open (#​27086) (bc76e62)
  • editor: Remove toast bottom offset when AI chat panel is open (#​27132) (51a65d9)
  • editor: Restore animation duration units for design system dialogs (#​27320) (fee5f2e)
  • editor: Show warning toast when executed node was not reached (#​27094) (969c32f)
  • editor: Sort loop node outputs by execution order in setup panel (#​27418) (efa5d02)
  • editor: Support per-corner border radius in N8nInput (#​27321) (5d78362)
  • editor: Unify input component background surfaces (#​27237) (e4c4be9)
  • editor: Update StopManyExecs modal formatting, (#​26994) (eea5fff)
  • editor: Use new move-to-folder modal in canvas header (#​27091) (0eb9b1b)
  • Execute Workflow Node: Fallback to latest draft if there no active sub-workflow version (#​27134) (20b5037)
  • Extract from File Node: Skip empty lines in CSV parsing to prevent errors (#​26511) (9be76c5)
  • Fix credential displayNames with missing spaces (#​27259) (95f70b0)
  • Fix issue with hideOnCloud not working for node display options (#​27124) (91d4c1b)
  • Gmail Node: Update draft resource hint (#​27435) (050aef7)
  • HTTP Request Node: Fail on non-2xx status codes during pagination with "other" completion (#​27352) (c47176e)
  • Jira Node: Add continueOnFail support for all operations (#​27108) (588308e)
  • Partial execution of Chat node and Chat tool (#​26334) (a7b9e00)
  • Postgres Node: Expressions are not resolved in v1 (#​26496) (827e868)
Features
  • Add @n8n/cli: a client CLI to manage n8n from the terminal (#​26943) (20f1092)
  • Add design principles section to AGENTS.md with the security guidelines (#​25997) (30b8dc4)
  • Add new execution filter by workflow version (#​26904) (556b4d3)
  • Add publish workflow to node-cli (#​27288) (b13b280)
  • API: Add GET /api/v1/discover endpoint for capability discovery (#​27014) (9b6888f)
  • core: Add chat hub settings to disable Responses API and change memory context window (#​26525) (5c0e0bc)
  • core: Add filtering parameters to get_execution MCP tool (#​27192) (322aac1)
  • core: Add lint rules for missing node and credential icons (#​27340) (2742741)
  • core: Add node that allows checking dynamic credentials inside node (#​27165) (acaa0db)
  • core: Add project context to execution log metadata (#​27169) (b6e8074)
  • core: Add search_projects, search_folders MCP tools and folderId to create_workflow (#​27248) (dce55d2)
  • core: Add signature validation for waiting webhooks and forms (#​24159) (5b6ee17)
  • core: Add signing key and certificate fields to SAML preferences with encryption and validation (#​27316) (b484e89)
  • core: Add structured error responses for authorization failures (#​27170) (72bdad9)
  • core: Allow manual configuration of HashiCorp Vault KV mount path and version (#​26798) (ceb17e7)
  • core: Batch public API telemetry events on pulse cycle (#​27226) (6ede5e1)
  • core: Introduce CredentialDependency entity to track credential dependencies (#​27151) (835094c)
  • core: Remove license check for API key scopes (#​27306) (e04dddc)
  • core: Wire builtin globals onto __data in VM expression isolate (#​26954) (5ffe546)
  • databricks Node: Add basic databricks node (#​27004) (76af1e6)
  • editor: Add history version info to execution page (#​26768) (036a0db)
  • editor: AI workflow builder setup wizard (#​26832) (2ff73d5)
  • editor: Display workflow, credential and data table dependencies (#​26912) (f79b4d7)
  • editor: Redesign builder Q&A wizard with number badges and keyboard navigation (#​26952) (100bf96)
  • editor: Show redacted state in execution viewer with reveal flow (#​26543) (28f50f5)
  • editor: Use server-side search for project sharing dropdowns (#​27093) (ec0831f)
  • Enable secure invite links (#​27107) (a8f5ee3)
  • Microsoft Agent 365 Trigger Node: Mcp tools logs (#​27215) (b67863b)
  • Perplexity Node: Update Perplexity node for full API coverage (#​26970) (483250d)
Performance Improvements

v2.13.2

2.13.2 (2026-03-20)

v2.13.1

Bug Fixes

v2.13.0

Bug Fixes
  • Bug with odd error message on project limit cloud (#​26911) (39e8f95)
  • Airtable Node: Revert flattening output from search and get operations (#​26697) (1978660)
  • core: Exclude disabled secret connections from autocomplete, resolution, and registry (#​26783) (0bc948b)
  • core: Fix entity import failing in Kubernetes due to ZIP self-inclusion and local header size placeholders (#​26628) (319e400)
  • core: Fix MCP validate_workflow tool output schema warnings (#​26938) (d849487)
  • core: Fix task runner hanging when connection attempt fails (#​26848) (28d63fa)
  • core: Ignore parameter name when renaming binary file (#​26647) (f0aca64)
  • core: Make ChatHub work with LM Studio's OpenAI compatible endpoint (#​26887) (89e0368)
  • core: Prefix external secrets retry logs (#​26802) (ec909ec)
  • core: Preserve NODE_PATH for globally installed npm packages in Docker (#​26898) (3612e4b)
  • core: Prevent OAuth token wipe during source control pull (#​26566) (bf53447)
  • core: Simplify $items global type declaration in expression runtime (#​27087) (82dfa76)
  • core: Skip task runner startup on main in offload mode (#​26876) (f5baa1b)
  • core: Support all known execution statuses on public API (#​27080) (e843b67)
  • core: Use correct published nodes for workflow indexing (#​26767) (982922b)
  • editor: Fix toogle share action based on scopes (#​26902) (cd2c22c)
  • editor: Hide redaction policy when the feature env variable is not there (#​26933) (b424d2f)
  • editor: I18n for sign out label in bottom menu (#​26885) (5993309)
  • editor: Preserve resource mapper values during floating node navigation (#​26789) (33ba2d5)
  • editor: Remove migrate-button-v2 script (#​26779) (fab08c4)
  • editor: Remove stray closing brace in bug report URL generation (#​26916) (69d0581)
  • editor: Repair fromAI override and button styling (#​26682) (5ab71b4)
  • editor: Show version name instead of current changes label for named versions (#​26785) (1d24edb)
  • editor: Use text shade token in N8nInput (#​26934) (8c3c0dc)
  • Fix segfault in arm64 image due to missing native addon (#​26765) (844c5e2)
  • Gate /healthz/readiness behind fullyReady flag (#​26742) (e7545ba)
  • HTTP Request Node: Improve invalid JSON field error messages (#​26817) (03b6e2d)
  • Improve SSRF blocked IP error message (#​26837) (edd74ec)
  • Lazy load heavy imports and add future guidance (#​26903) (2d6a0e1)
  • MCP - Resolve webhook id during workflow creation and update (#​26838) (86f1c24)
  • Microsoft Agent 365 Trigger Node: Fix memory, update MCP tool listing, replace deprecated MS library functions (#​26422) (b039bd7)
  • MongoDBVectorStore Node: Replace MongoDB Atlas Vector Store singleton with per-execution client (#​26906) (33391e6)
  • Notion Node: Allow underscores in page URL slug validation (#​27051) (b7e3e63)
Features

v2.12.0

Bug Fixes
Features
  • Add lint rule to disallow httpRequest with manual authentication (#​26624) (82eae73)
  • Add option to hide credential overwrites (#​26489) (78b7f88)
  • Add optional --publish flag to n8n-node release command (#​26688) (ec0cf13)
  • Add support for publishing community nodes through GitHub Actions (#​26597) (0057bf3)
  • Chat Node: Return chat message instead of input data if Chat is not waiting for user input (#​26167) (cc22c31)
  • core: Add (un)publish workflow tools to MCP (#​26681) (724f361)
  • core: Add 1Password external secrets provider (#​26307) (1f1021e)
  • core: Add a separate MCP tool for full execution data (#​26674) (9e2aa8e)
  • core: Add configurable HTTP status code for OAuth2 token refresh (#​26641) (9dc8b44)
  • core: Add SSRF protection config (#​26424) (f2a6b3e)
  • core: Add suggested prompts to Personal Agents on Chat hub (#​26444) (d00cded)
  • core: Add validation on workflow with dynamic credentials (#​26423) (71cec8b)
  • core: Emit audit event when execution data is revealed (#​26425) (01f912c)
  • core: Explicit fail on production executions with failing dynamic (#​26500) (9e500cc)
  • core: Expose isEnabled on Secrets Provider Connection (#​26680) (6fa0d2e)
  • core: Implements telemetry group identify calls (#​26634) (8387901)
  • core: Improve secret proxy (#​26522) (4fe6b4f)
  • core: Integrate SSRF protection into request helpers (#​26581) (809ea48)
  • core: Static fallback on dynamic credentials for manual executions (#​26406) (f72dfc7)
  • editor: Add 'New' badge to project roles and upgrade landing page (#​26348) (e1221d6)
  • editor: Allow switching versions in workflow history diff view (#​26418) (26de9dc)
  • editor: Implement read-only mode for external secrets connections (#​26432) (4ffe54b)
  • editor: Make it possible to pick Chat hub model by ID even if no models are loaded (#​26435) (45fa641)
  • Implement additional checkbox confirmation for quick connect flow (#​26472) (fcf2d31)

v2.11.1

Bug Fixes

v2.11.0

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 force-pushed the renovate/n8n branch 2 times, most recently from fb82ecf to c672e3e Compare January 26, 2026 18:02
@renovate renovate bot changed the title chore(deps): update n8n to v2.5.2 chore(deps): update n8n to v2.6.0 Jan 26, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.6.0 chore(deps): update n8n to v2.6.1 Jan 27, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.6.1 chore(deps): update n8n to v2.6.2 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/n8n branch 2 times, most recently from 195c8ac to 70f7489 Compare February 2, 2026 14:14
@renovate renovate bot changed the title chore(deps): update n8n to v2.6.2 chore(deps): update n8n to v2.6.3 Feb 2, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.6.3 chore(deps): update n8n to v2.7.0 Feb 2, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.7.0 chore(deps): update n8n to v2.7.1 Feb 3, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.7.1 chore(deps): update n8n to v2.7.2 Feb 5, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.7.2 chore(deps): update n8n to v2.7.3 Feb 9, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.7.3 chore(deps): update n8n to v2.8.0 Feb 11, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.8.0 chore(deps): update n8n to v2.8.1 Feb 11, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.8.1 chore(deps): update n8n to v2.8.2 Feb 12, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.8.2 chore(deps): update n8n to v2.8.3 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/n8n branch 2 times, most recently from 6c5cb00 to b6787f6 Compare February 16, 2026 21:49
@renovate renovate bot changed the title chore(deps): update n8n to v2.8.3 chore(deps): update n8n to v2.9.0 Feb 16, 2026
@renovate renovate bot force-pushed the renovate/n8n branch 2 times, most recently from 85ab54f to 4bf8cb7 Compare February 18, 2026 15:41
@renovate renovate bot changed the title chore(deps): update n8n to v2.9.0 chore(deps): update n8n to v2.9.1 Feb 18, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.9.1 chore(deps): update n8n to v2.10.0 Feb 24, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.10.0 chore(deps): update n8n to v2.10.1 Feb 25, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.10.1 chore(deps): update n8n to v2.10.2 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/n8n branch 2 times, most recently from 2f870c0 to e97a5f2 Compare March 2, 2026 18:00
@renovate renovate bot changed the title chore(deps): update n8n to v2.10.2 chore(deps): update n8n to v2.11.0 Mar 2, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.11.0 chore(deps): update n8n to v2.11.1 Mar 4, 2026
@renovate renovate bot force-pushed the renovate/n8n branch 2 times, most recently from 1bcf172 to 4621ca1 Compare March 9, 2026 17:33
@renovate renovate bot changed the title chore(deps): update n8n to v2.11.1 chore(deps): update n8n to v2.12.0 Mar 9, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.12.0 chore(deps): update n8n to v2.12.1 Mar 11, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.12.1 chore(deps): update n8n to v2.12.2 Mar 13, 2026
@renovate renovate bot changed the title chore(deps): update n8n to v2.12.2 chore(deps): update n8n to v2.14.2 Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants