Use this custom n8n workflow to automatically compare your current n8n instance version against the official latest release using the n8n API and HTTP requests. Ensure you're always up-to-date.
Download this n8n workflow template and start using it instantly.
Maintaining an up-to-date n8n instance is crucial for security and access to new features. This specialized n8n workflow template solves the problem of manually checking and comparing versions. It fetches the latest release information directly from the official n8n documentation and then uses the n8n API to pull your instance's running version. The core logic of this n8n workflow uses an If n8n node to perform the comparison, alerting you instantly if your version is outdated. This is an essential devops monitoring tool built entirely within n8n.
This n8n workflow executes in several steps:
Get Most Recent n8n version) that scrapes the n8n release notes page to find the most recently announced version.Extract Version) precisely isolates the version string using a CSS selector targeting the h2 elements containing 'n8n@'.Clean Value) standardizes the data by removing unnecessary prefixes (like 'n8n@') and suffixes, ensuring a clean, comparable version number.Get your n8n version) uses your configured n8n API credentials to call the local /rest/settings endpoint. This retrieves metadata about your running n8n instance, including the versionCli field.If n8n node (Test your version) compares the local versionCli against the cleaned official latest version. This comparison determines if your n8n node setup is running the most current release.To install this n8n workflow template, follow these steps:
Get your n8n version HTTP Request n8n node. This ensures the n8n workflow can communicate with itself.Get your n8n version n8n node (e.g., https://yourn8nurl.app.n8n.cloud/rest/settings) with the actual URL of your n8n instance. HTTP Request (Get Most Recent n8n version):
Function: Fetches the HTML content from the official n8n release notes page to find the latest version number.
Key Configuration: URL is set to https://docs.n8n.io/release-notes/.
HTML (Extract Version):
Function: Parses the returned HTML to extract the specific text containing the version.
Key Configuration: Uses the CSS Selector h2:contains("n8n@").
Code (Clean Value):
Function: Cleans up the extracted version string, removing prefixes like 'n8n@' to ensure a pure version number for comparison. This is a crucial step in this n8n workflow template.
Key Configuration: Contains custom JavaScript logic for string manipulation.
HTTP Request (Get your n8n version):
Function: Authenticated API call to the running n8n instance's settings endpoint to retrieve the currently installed version (versionCli).
Key Configuration: Uses the n8n API Credential type and targets the local /rest/settings path.
If (Test your version):
Function: Compares the two extracted version values (local vs. official) to check for equality.
* Key Configuration: Compares the versionCli output from the local API call against the cleaned output of the latest version.
Automate vendor quote comparison using this robust n8n workflow. Leverage Grok AI for intelligent summarization, log results to Google Sheets, and instantly notify procurement teams via email. Use this n8n template for faster, data-driven decisions.

Compare three advanced LLM processing architectures—Sequential, Agent-Based, and Parallel—using Anthropic Claude 3.7 in an n8n workflow. Learn how to optimize AI speed and scale using core n8n node logic.

Use this advanced n8n workflow to automate multi-period financial analysis. An n8n AI agent extracts data from Google Sheets, compares current, monthly, and yearly performance, and summarizes it instantly. Explore these powerful n8n templates.

Analyze competitor ads from Facebook Ad Library using Apify, generate style descriptions with GPT-4o Vision, and create unique ad variations automatically using this powerful n8n workflow.

Automate competitive price monitoring using this n8n workflow. Scrape competitor sites via Bright Data, log prices to Google Sheets, and send instant Slack/Email alerts when prices undercut thresholds. Utilize this powerful n8n template for pricing strategy.

Professional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.







































