chore: update n8n to 2.35.x (v2.73.0) - #1015
Merged
Merged
Conversation
- Updated n8n-nodes-base from 2.34.4 to 2.35.3 - Updated n8n-core from 2.34.4 to 2.35.3 - Updated n8n-workflow from 2.34.3 to 2.35.2 - Updated @n8n/n8n-nodes-langchain from 2.34.4 to 2.35.3 - Rebuilt node database: 2,541 nodes (832 core, 1,709 community) - New core node nodes-base.confluence (hidden shell, no operations yet) - 18 core node schemas changed; Slack moves to typeVersion 2.7 - Refreshed community nodes (1,441 verified + 268 npm) - Fetched 139 READMEs and generated 126 AI documentation summaries - Updated README badge and node counts, CHANGELOG, runtime version Conceived by Romuald Członkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the bundled n8n dependency line from 2.34.x to 2.35.x and rolls a corresponding n8n-mcp release (2.73.0), aligning docs and release notes with the rebuilt node database.
Changes:
- Update core n8n package versions (
n8n-nodes-base,n8n-core,n8n-workflow,@n8n/n8n-nodes-langchain) and refresh the lockfile accordingly. - Bump project/runtime versions to
2.73.0and update the Docker build-timen8n-workflowpin. - Update README and CHANGELOG to reflect the new n8n version and refreshed node counts.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates displayed n8n version and node counts to match the rebuilt database. |
| package.runtime.json | Bumps runtime package version to 2.73.0. |
| package.json | Bumps package version and updates n8n dependency pins to 2.35.x. |
| package-lock.json | Lockfile refresh reflecting the dependency upgrades and transitive changes. |
| Dockerfile | Updates the build-stage n8n-workflow pin to 2.35.2 to match package.json. |
| CHANGELOG.md | Adds 2.73.0 release entry documenting the n8n bump and database refresh details. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Test Results Summary📊 ArtifactsGenerated at Wed, 19 Aug 2026 09:39:17 GMT |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The badge reported 5,418 passing, a figure that had drifted across releases. Current measured totals: 5,793 unit tests and 731 integration tests, so 6,524. Reported by Copilot in the #1015 review. Conceived by Romuald Członkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the bundled n8n packages from the 2.34 line to 2.35.x and rebuilds the node database against them.
Dependencies
n8n-nodes-basen8n-coren8n-workflow@n8n/n8n-nodes-langchainzodstays at 3.25.76, the exact peern8n-workflow2.35.2 requires. No breaking changes in the packages this server consumes.Node database
2,541 nodes — 832 core (up from 831) plus 1,709 community (up from 1,583, of which 1,441 verified).
The single core addition is
nodes-base.confluence, which n8n currently ships as a hidden shell:hidden: true, no properties, no operations, actions landing in later releases. It is indexed the same way the other hiddenn8n-nodes-baseentries (Function, Cron, Item Lists, Read Binary File and the rest) always have been.Eighteen core node schemas changed. The ones users will notice:
Group.ReadWrite.AllOAuth2 scope restoredx.comsearch_nodesnow matchesKafka v2: n8n ships a version 2 built on its new Kafka library with compression options, but keeps
defaultVersion: 1.get_nodeand validation therefore still report version 1 — the typeVersion the editor instantiates. The database will follow when n8n flips the default.Community nodes
Refreshed: 1,437 verified from the n8n registry, 141 node rows from 65 npm packages, 6 rows dropped for packages that no longer declare them. 139 missing READMEs fetched, 126 AI documentation summaries generated — coverage is now 1,696 of 1,709.
Verification
npm run typecheck— cleannpm run test:unit— 5,793 passed, 35 skippedcheck:settings-driftpassed (run byupdate:n8nbefore the rebuild)Conceived by Romuald Członkowski - www.aiadvisors.pl/en
🤖 Generated with Claude Code
https://claude.ai/code/session_01UK86ueHGMFpjCf3YURTt98