Compare your n8n version with latest release using n8n API
π§βπ» Description This workflow automatically compares the version of your n8n instance with the latest release available. Keeping your n8n instance up-to-date is essential for security patches, bug fixes, performance...
Template notes
π§βπ» Description This workflow automatically compares the version of your n8n instance with the latest release available.
Keeping your n8n instance up-to-date is essential for security patches, bug fixes, performance improvements, and access to new automation features. By running this workflow, youβll know right away if your instance is behind and whether itβs time to upgrade.
After the comparison, the workflow clearly shows whether your instance is up-to-date or outdated, along with the version numbers for both. This makes it easy to plan updates and keep your automation environment secure and reliable.
---
βοΈ Setup Instructions
1οΈβ£ Set Up n8n API Credentials 1. In your n8n instance β go to Admin Panel β API 2. Copy your API Key 3. In n8n β Credentials β New β n8n API - Paste the API Key - Save it 4. Attach this credential to the n8n node (Set up your n8n credentials)
---
β How It Works - Get Most Recent n8n Version β Fetches the latest release info from [docs.n8n.io](https://docs.n8n.io). - Extract Version + Clean Value β Parses the version string for accuracy. - Get your n8n version β Connects to your own n8n instance via API and retrieves the current version. - Compare β Evaluates the difference and tells you if your instance is current or needs an update.