Skip to content

chore(deps): update n8n to v2.32.2#45

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

chore(deps): update n8n to v2.32.2#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/n8n

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
n8nio/n8n (source) minor 2.15.12.32.2

Release Notes

n8n-io/n8n (n8nio/n8n)

v2.32.0

Bug Fixes
  • ai-builder: Honor eq @​version conditions in generated node type definitions (#​34232) (9a48bc5)
  • ai-builder: Open agent chat preview on the same tab on instance AI (#​34441) (6d56cee)
  • ai-builder: Resurface channel edit modal on AIA agent builder's artifact mode (#​34257) (0984a1d)
  • ai-builder: Scope ToolIoView synth execution under a synthetic document store (#​34588) (ab12ee5)
  • ai-builder: Wire thread conversation history - with caps - for agents with slack channel (#​34354) (8c1d17f)
  • Allow devDependency imports in linter (#​34335) (26caaa8)
  • API: Fix broken public API playground server selection (#​34077) (f24570f)
  • AWS Bedrock Chat Model Node: Default guardrail version to working draft when not set (#​33555) (013c34c)
  • core, editor: Clarify credential setup outcomes and add requireUserSelection (#​34268) (65e267b)
  • core: Acquire expression isolate for MCP Trigger tool calls in queue mode (#​34491) (eed8f3f)
  • core: Add a per-attempt timeout to AI assistant service calls (#​34341) (f191548)
  • core: Add project ID and project name to log stream events (#​33854) (a89817d)
  • core: Alert on unusable Instance AI sandbox snapshots and gate the release on snapshot health (#​34344) (080c3cc)
  • core: Allow publishing end-user credentials with Send-and-Wait nodes (#​34462) (c59f5d8)
  • core: Bind dynamic credential tokens to a user ID (#​34073) (fd261be)
  • core: Cancel Instance AI tool runs promptly when generation is stopped (#​34433) (4f8fef1)
  • core: Cancel Instance AI workspace tools promptly on stop (#​34551) (267fd85)
  • core: Close the durable scheduler's record-then-dispatch effect boundary (#​34014) (e22680b)
  • core: Coerce AWS request header values to strings before signing (#​34534) (d6f26cf)
  • core: Count AI assistant workflow test runs as manual executions in statistics (#​34145) (9842c2c)
  • core: Create proxied Instance AI sandboxes from snapshots only (#​34328) (29c5d72)
  • core: Delete executions in batches when removing workflows, projects and folders (#​34265) (0b809c9)
  • core: Exclude in-flight Instance AI groups from history reads on non-driving mains (#​34345) (50c3d88)
  • core: Fix AI Agent not seeing tools connected through HITL tools (#​34271) (bdff8f4)
  • core: Fix change in width of all dropdowns in UI (#​34249) (87cdf3d)
  • core: Lint community packages against their provenance-attested source (#​34214) (5f3d139)
  • core: Persist MCP servers when credential setup is skipped (#​34399) (7c7506d)
  • core: Prefer direct tools for agent capabilities (#​34466) (969a68e)
  • core: Preserve agent builder question answers (#​34414) (9882c5c)
  • core: Preserve local credential fields absent from source contro… (#​34173) (0a4ddde)
  • core: Preserve node aliases when generating AI tool variants (#​34162) (8284460)
  • core: Prevent getIncomingData from throwing on a missing connection type (#​34285) (9d05fbd)
  • core: Prevent sub-workflow failures after transferring a deleted user's workflows (#​33772) (7a56ade)
  • core: Replace https agent for 'Ignore SSL issues' OAuth2 requests with one that respects proxies (#​34234) (338f186)
  • core: Require execution mode for MCP workflow executions (#​34155) (79012f6)
  • core: Resolve @​n8n/expression-runtime to its CJS build under Node (#​34463) (09f5ade)
  • core: Retry transient AI assistant service errors during Instance AI environment setup (#​34324) (5b7df71)
  • core: Retry transient sandbox file writes (#​34319) (80ea25b)
  • core: Show a single error toast when a manual execution fails pre-flight validation (#​34541) (8d1fc02)
  • core: Sign SES requests with the ses service name (#​34270) (2e31230)
  • core: Skip reporting axios errors thrown as unhandled node errors (#​34570) (33f1c36)
  • core: Stop reporting quota-exhausted Instance AI runs to Sentry and isolate report request context (#​34549) (6f0804e)
  • core: Update error message on file write (#​33833) (afe603f)
  • Correct build-command quoting in standalone package release (#​34258) (1301bba)
  • Correct end-user credential validation, re-evaluation, and identity-hook recognition (#​34094) (65da749)
  • Default new agent MCP tool transport to httpStreamable (#​34092) (9c3f7fa)
  • Do not lose scenario results on a budget/timeout abort (#​34419) (40c5b76)
  • editor: Allow self-hosted OpenAI credentials for episodic memory (#​34558) (e162724)
  • editor: Auto-ungroup invalid groups on workflow save (#​34456) (d5d3da6)
  • editor: Avoid next prev buttons from being disabled (#​33774) (a2fd7f7)
  • editor: Decouple MCP redirect URI controls from env-lock flag (#​34184) (64318a8)
  • editor: Dissolve single-node canvas group when converting its nodes to a sub-workflow (#​34334) (93e1b7f)
  • editor: Improve Message an Agent panels (#​34461) (e8b005e)
  • editor: Include Chat, AI Assistant, and MCP settings under 'Instance settings: Manage' custom role permission (#​34455) (fa5476c)
  • editor: Keep dropdown tooltips above menus (#​34547) (051eee1)
  • editor: Link end-user credentials docs from credential modal (#​34406) (09d1e96)
  • editor: Make AI assistant quota-exhausted error states explicit (#​33847) (4ef0d05)
  • editor: Make selector dropdowns usable in Instance AI workflow setup (#​33971) (487594c)
  • editor: Polish pass on the custom instance roles (#​34122) (297e252)
  • editor: Prevent AI Agent from auto adding a chat connector on creation (#​34259) (865035d)
  • editor: Prevent users from clicking workflows within insights that they do not have access to (#​34362) (e68fb3a)
  • editor: Prevent workflow actions menu from being cut off (#​34278) (8ba28dc)
  • editor: Reconcile stale Instance AI run state on reload and stop (#​34432) (8879b87)
  • editor: Refresh editor checksum on workflow activation while editing (#​34095) (7ebeb1e)
  • editor: Refresh editor checksum on workflow deactivation while editing (#​34315) (c83eab0)
  • editor: Remove extra top spacing in sticky note markdown (#​34116) (114c74d)
  • editor: Rename agent tasks to schedules (#​34326) (1ab30cb)
  • editor: Restore hosted chat Markdown styles (#​34176) (d6b9234)
  • editor: Restore previous route when closing session trace (#​34423) (e8922cb)
  • editor: Restrict setup credential dropdown to pinned type (#​34252) (454e0d3)
  • editor: Show only the latest node as executing during manual executions (#​34182) (6faca89)
  • editor: Trigger options menu from node details header add button (#​34212) (3b6af51)
  • editor: Wrap long keyboard shortcut tooltip labels within max-width (#​34135) (eb6a4a1)
  • Even out workflow metadata divider spacing (#​34132) (90f25e2)
  • Extend orphan message cleanup to handle trailing orphans from memory trimming (#​34385) (96264a0)
  • Gate agent knowledge base table on AI Assistant proxy availability (#​34366) (77880a3)
  • Gmail Node: Handle multi-address Reply-To in the reply operation (#​34312) (0b8ad18)
  • Google Workspace Admin Node: Not able to reactivate the user (#​33937) (f43d723)
  • HTTP Request Node: Sign non-standard AWS endpoint hosts with the correct region and service (#​34081) (0e8420b)
  • Microsoft Excel Node: Resolve service principal target per input item (#​34112) (afc8a87)
  • Microsoft OneDrive Node: Resolve service principal target per input item (#​34111) (578545c)
  • Microsoft Outlook Node: Resolve service principal mailbox per input item (#​34110) (831e054)
  • Microsoft Teams Node: Validate Graph path IDs under all credential types (#​34065) (e43a162)
  • Microsoft To Do Node: Resolve service principal target per input item (#​34109) (9b2479c)
  • Postgres Node: Return DATE and date/time array columns as strings (v2.7) (#​34050) (17eb819)
  • Provide provider-accurate response shapes for evals (#​34418) (1b173c7)
  • QuickBooks Node: Initialize headers object in quickBooksApiRequest (#​34291) (83dd194)
  • Report an unverifiable unit as notVerified, not a silent pass (#​34421) (7d6fd4c)
  • Resolve modules on windows (#​34167) (9f0a6fa)
  • Salesforce Node: Pass ParentId when creating or updating a Case (#​33775) (fffee46)
  • Serialize date output in FTP, Set, IMAP and Unleashed nodes (#​34205) (391deb9)
  • Split Out Node: Properly handle if "Fields to split out" is not a string (#​34148) (7998940)
Features
  • Add showOnDeployment option, show warning for read file node on cloud (#​34417) (f470230)
  • Add typed seed data tables with rows on execution scenarios (#​34420) (02af123)
  • Adding agents tracing environment variable (#​34401) (b42aeee)
  • ai-builder: Allow AIA agent builder to publish and unpublish first-class agents (#​34368) (84ee063)
  • ai-builder: Help AIA remove / adjust agent channels (sp Slack) via chat (#​34241) (f851863)
  • ai-builder: Refresh Instance AI agent artifact UI on channel setup success (#​34465) (2955d75)
  • ai-builder: Send agent preview chat context to AIA chat (#​34308) (9fad2ba)
  • API: Add endpoint to retrieve SAML SSO configuration (#​34168) (e76b345)
  • API: Add endpoint to set the SAML SSO configuration (#​34224) (cf8337a)
  • API: Add public API endpoints for log streaming destinations (#​34251) (4a651dd)
  • API: Add public API endpoints to trigger and cancel evaluation test runs (#​33979) (18b34ca)
  • API: Allow creating a folder in the calling user's personal project (#​34091) (571e642)
  • API: Support placing workflows in folders via parentFolderId (#​32696) (a844d03)
  • AWS Bedrock Chat Model Node: Add Timeout option (#​34072) (a4738ea)
  • core: Add per-workflow execution data write bytes metric (#​34425) (f7496a5)
  • core: Add tracing, credit metering, and telemetry for the builder sub-agent (#​34151) (be35343)
  • core: Add variable bundling to package export (#​34040) (b637582)
  • core: Add workflow requirements to package exports (#​34217) (581e490)
  • core: Adopt "n8n credits" wording and default to it in Instance AI (#​34426) (263ec69)
  • core: Enable n8n Connect usage in n8n MCP (#​33723) (4e4283b)
  • core: Enable prompt caching for the agent-builder sub-agent (#​34352) (a9357ef)
  • core: Include error workflows as export dependencies (#​34350) (7d23168)
  • core: Prefer MCP servers over node tools when available (#​34458) (078ee55)
  • core: Support agent preview handoff in Instance AI (#​34171) (5a3394a)
  • core: Unify output schema mock generation and verify AI Assistant workflows with any trigger type (#​33896) (d33c282)
  • editor: Add descriptions to canvas groups (#​34219) (8477e58)
  • editor: Add Mine/All tabs, search and filters to MCP connected clients (#​33857) (a2c19e4)
  • editor: Add new Tags Input component to @​n8n/design-system (#​34075) (bac57c4)
  • editor: Add per-case compare tabs to eval collection compare view (#​33880) (dde77cb)
  • editor: Add scope selection to MCP OAuth consent screen (#​33710) (c3ca9a3)
  • editor: Add sticky support for canvas groups (#​34317) (0fb07ca)
  • editor: Collapse AI Assistant thinking traces into thinking blocks (#​34274) (9744625)
  • editor: Improve sub workflow extraction (#​34169) (318925a)
  • editor: Rename N8nActionBox to N8nEmptyState and add icon-cards variant (#​34407) (a6b5462)
  • editor: Save canvas group description pinned state in local storage (#​34220) (ecff317)
  • editor: Show access and client details in the connected MCP clients list (#​33714) (0ca24ba)
  • editor: Show per-scope tool details on the MCP consent screen (#​33783) (cc515a7)
  • Gmail Node: Add advanced HITL configuration for Send and Wait (#​34255) (6194110)
  • Grist Node: Use a single Grist URL field in the credential (#​34190) (d6d7d93)
  • Mailgun Node: Add reply-to, custom headers, and tags (#​28558) (b9199e5)
  • Slack Node: Add advanced HITL configuration for one-tap approval (#​34123) (d30e7b0)
  • Telegram Node: Add advanced HITL configuration for one-tap in-chat approval (#​34009) (6db46bc)
  • Validate agent configuration before publishing (#​34452) (5cb674e)

v2.31.5

v2.31.4

Bug Fixes

Open in Stage

Review in cubic

v2.31.3

Bug Fixes
  • core: Sign SES requests with the ses service name (#​34282) (4e72e25)
  • Correct end-user credential validation, re-evaluation, and identity-hook recognition (#​34277) (d8c9e45)

Open in Stage

Review in cubic

v2.31.2

Bug Fixes

Open in Stage

Review in cubic

v2.31.1

Bug Fixes
  • core: Bind dynamic credential tokens to a user ID (#​34134) (ab2acc8)
  • core: Count AI assistant workflow test runs as manual executions in statistics (#​34152) (ea14067)
  • core: Preserve node aliases when generating AI tool variants (#​34194) (b01032c)
  • editor: Make AI assistant quota-exhausted error states explicit (#​34137) (e81d108)

Open in Stage

Review in cubic

v2.31.0

Bug Fixes
  • Add tooltips to node hover actions (#​33777) (715cdcb)
  • Agent Node: Fall back to guardrails input and hide auto prompt source without a chat trigger (#​33762) (2fbd6c5)
  • AI Agent Node: Remove assistant tool call redundant message and simplify chat tool response (#​33640) (704d956)
  • Build API playground URL with a slash-safe join on settings/api (#​33272) (3e12a5b)
  • Cancel leaked assistant unread timer on stream stop and disposal (#​33359) (161392a)
  • Cap auto-detected editor rows within NDV boundary (#​33727) (5c20436)
  • Chat works when running on separate webhook server (#​33724) (33e490d)
  • core: Acquire expression isolate when resolving node inputs (#​33759) (5fa42f4)
  • core: Acquire expression isolate when resolving node parameters (#​33757) (3865048)
  • core: Add N8N_MCP_BASE_URL for split-hostname MCP OAuth deployments (#​34028) (17905b5)
  • core: Allow extra properties in MCP search_workflows output schema (#​33057) (1bb253e)
  • core: Bound Postgres pool teardown during DB connection recovery (#​33140) (509ab6b)
  • core: Construct execution errors correctly when Error.prototype is frozen (#​33897) (fffa423)
  • core: Decouple executions visibility from the sharing license feature (#​33694) (4623bb4)
  • core: Exclude published versions from workflow history prune (#​32239) (bde5f08)
  • core: Guard against null run-data slots in execution redaction (#​33718) (c9590f3)
  • core: Handle manual execution without a destination node (#​33156) (ec68851)
  • core: Persist MCP Server Trigger tool calls in queue mode (#​33383) (0a067ee)
  • core: Propagate sub-workflow credential usage to the parent execution (#​33674) (993e1c8)
  • core: Reconcile data table name collisions on source control pull (#​33867) (328e07c)
  • core: Reconcile per-user connections when a private credential is moved (#​33630) (136e774)
  • core: Reconcile stale AI Assistant mocked-credential simulation plan before workflow verification (#​33808) (2d42b3f)
  • core: Report auto-bound credentials from AI Assistant workflow builds (#​33802) (a1df115)
  • core: Report node errors in workflow verification (#​33576) (3aa3ffd)
  • core: Run database connection recovery only for Postgres (#​33731) (a3e6a56)
  • core: Serialize circuit breaker options (#​33909) (b6bf7b0)
  • core: Settle webhook execution promise on early errors (#​33872) (7cf79d1)
  • core: Skip webhook auth for editor test executions and scope basic auth realm per webhook (#​33823) (6660c45)
  • core: Support bare models for custom AI Assistant endpoints (#​34016) (0fee78b)
  • core: Support custom OpenAI-compatible model endpoints in AI Assistant (#​33836) (b544b14)
  • core: Surface vector store provider errors as actionable node errors (#​33508) (8526bc0)
  • Cron Node: Remove HTML line breaks from notice text (#​33991) (7496201)
  • Decompress small ZIP64 archives without false size-limit error (#​33039) (d472e14)
  • editor: Add labels to buttons in logs view overview row (#​33203) (4a741f3)
  • editor: Clarify why AI workflow setup cannot continue (#​33917) (421bd6f)
  • editor: Correct documentation link (#​33692) (52a48f0)
  • editor: Disable private credential connect and actions in execution view (#​33766) (80f99eb)
  • editor: Disable view publish timeline action for new workflows (#​33901) (ba57f6f)
  • editor: Fix concurrent executions label when manual run is active (#​33660) (2a0ea0c)
  • editor: Fix What's New dialog layout and restore close button (#​33972) (383f18c)
  • editor: Highlight Instance AI cards that are waiting for user input (#​33959) (de0389d)
  • editor: Improve private credentials UI copy and layout (#​33930) (55addc8)
  • editor: Keep AI Assistant thread state intact on editor hand-off (#​33895) (61a395c)
  • editor: Keep credential connect banner below the type selector (#​33806) (c6264b2)
  • editor: Lift 5k character limit in agent builder prompts (#​33921) (499f75a)
  • editor: Make Slack setup snapshots row horizontally scrollable (#​33977) (008852c)
  • editor: Preserve valid model selection when switching credentials (#​33820) (126b3da)
  • editor: Prevent duplicate $fromAI keys when editing tool node fields (#​33892) (b9c360a)
  • editor: Render node:* icons in credentials (#​33887) (a7ca661)
  • editor: Restore correct height of credential modal sidebar tabs (#​33926) (f190c32)
  • editor: Restore small tag size in personalization survey multi-selects (#​33856) (1bea412)
  • editor: Restrict assignment fields in AI Assistant workflow setup (#​33968) (678b9e0)
  • editor: Simplify n8n Connect messaging in publish and top-up modals (#​33662) (82814dc)
  • editor: Stop executions list from firing endless load-more requests (#​33574) (0e8de74)
  • editor: Unify onboarding empty states across overview and project tabs (#​33670) (eeaa26e)
  • editor: Use the show-suffix property to display chevron (#​33803) (e7e44fe)
  • editor: Using the correct variant for secondary buttons (#​28959) (3c2208a)
  • Form Trigger Node: Trim whitespace from email fields (#​33507) (bfc0406)
  • Gmail Node: Stringify expressions for parameters that expect strings (#​33800) (3bfcbe4)
  • Google Docs add default drive id when searching folders (#​33765) (0010cf6)
  • HTTP Request Node: Include UI query parameters when signing AWS requests (#​33679) (36a834d)
  • HTTP Request Node: Sign AWS PrivateLink (vpce) endpoints correctly (#​33769) (36411ea)
  • LinkedIn Node: Add scopes to get users even with organization support (#​33934) (3681a8d)
  • MCP Client Tool Node: Stop wrapping tool arguments in a value object (#​33685) (ba62417)
  • MCP Server Trigger Node: Prevent memory leak under active MCP client polling (#​33752) (0ca27b7)
  • Microsoft Agent 365 Node: Support stable Agent 365 MCP tooling (#​30866) (87088c1)
  • Microsoft Teams Node: List all joined teams in the Task resource Team picker (#​34043) (bae0021)
  • Notion Node: Restore ASCII simplified property keys on earlier node versions (#​33965) (e82116f)
  • Odoo Node: Add domain filters to custom resources (#​33581) (53e3ab4)
  • RabbitMQ Node: Resolve routingKey by index (#​33377) (f58fb18)
  • Raise community stale workflow operations-per-run so it reaches recent PRs (#​34070) (6cb9a2f)
  • Reconcile pagination qs against params in next-page URL (#​33804) (0f9b33f)
  • Rundeck node supports configurable SSL validation ([#​33960](https://redire

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 changed the title chore(deps): update n8n to v2.26.3 chore(deps): update n8n to v2.26.4 Jun 15, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.26.4 chore(deps): update n8n to v2.27.0 Jun 16, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.27.0 chore(deps): update n8n to v2.27.1 Jun 17, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.27.1 chore(deps): update n8n to v2.27.2 Jun 18, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.27.2 chore(deps): update n8n to v2.27.3 Jun 19, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.27.3 chore(deps): update n8n (minor) Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch 3 times, most recently from 520ff0e to 969f0a0 Compare June 25, 2026 12:40
@renovate renovate Bot changed the title chore(deps): update n8n (minor) chore(deps): update n8n to v2.28.2 Jun 25, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.28.2 chore(deps): update n8n to v2.28.3 Jun 29, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.28.3 chore(deps): update n8n to v2.29.0 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from 9bc6e3a to 02653fe Compare July 1, 2026 21:02
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.0 chore(deps): update n8n to v2.29.2 Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from 02653fe to e63e564 Compare July 2, 2026 09:35
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.2 chore(deps): update n8n to v2.29.3 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from e63e564 to b95f88c Compare July 3, 2026 09:56
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.3 chore(deps): update n8n to v2.29.4 Jul 3, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from b95f88c to 458fc23 Compare July 3, 2026 14:00
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.4 chore(deps): update n8n to v2.29.5 Jul 3, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from 458fc23 to db1d2fc Compare July 6, 2026 09:42
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.5 chore(deps): update n8n to v2.29.6 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from db1d2fc to 1ab706a Compare July 7, 2026 13:10
@renovate renovate Bot changed the title chore(deps): update n8n to v2.29.6 chore(deps): update n8n to v2.30.0 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from 1ab706a to 84046ad Compare July 8, 2026 10:05
@renovate renovate Bot changed the title chore(deps): update n8n to v2.30.0 chore(deps): update n8n to v2.30.1 Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/n8n branch from 84046ad to 78208f9 Compare July 9, 2026 10:03
@renovate renovate Bot changed the title chore(deps): update n8n to v2.30.1 chore(deps): update n8n to v2.30.2 Jul 9, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.30.2 chore(deps): update n8n to v2.30.3 Jul 10, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.30.3 chore(deps): update n8n to v2.30.4 Jul 13, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.30.4 chore(deps): update n8n to v2.31.0 Jul 14, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.31.0 chore(deps): update n8n to v2.31.1 Jul 15, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.31.1 chore(deps): update n8n to v2.31.2 Jul 16, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.31.2 chore(deps): update n8n to v2.31.3 Jul 17, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.31.3 chore(deps): update n8n to v2.31.4 Jul 20, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.31.4 chore(deps): update n8n to v2.32.0 Jul 21, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.32.0 chore(deps): update n8n to v2.32.1 Jul 22, 2026
@renovate renovate Bot changed the title chore(deps): update n8n to v2.32.1 chore(deps): update n8n to v2.32.2 Jul 22, 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